class
Amazonite::Ssm::MaintenanceWindowFilter
- Amazonite::Ssm::MaintenanceWindowFilter
- Reference
- Object
Overview
Filter used in the request. Supported filter keys depend on the API operation that includes the
filter. API operations that use MaintenanceWindowFilter> include the following:
-
DescribeMaintenanceWindowExecutions
-
DescribeMaintenanceWindowExecutionTaskInvocations
-
DescribeMaintenanceWindowExecutionTasks
-
DescribeMaintenanceWindows
-
DescribeMaintenanceWindowTargets
-
DescribeMaintenanceWindowTasks
Included Modules
- JSON::Serializable
Defined in:
ssm/maintenance_window_filter.crConstructors
- .new(pull : JSON::PullParser)
- .new(key : String | Nil = nil, values : Array(String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String | Nil
The name of the filter.
-
#key=(key : String | Nil)
The name of the filter.
- #validate! : Nil
-
#values : Array(String) | Nil
The filter values.
-
#values=(values : Array(String) | Nil)
The filter values.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.