class
Amazonite::Ssm::GetMaintenanceWindowExecutionTaskInvocationRequest
Included Modules
- JSON::Serializable
Defined in:
ssm/get_maintenance_window_execution_task_invocation_request.crConstructors
- .new(window_execution_id : String, task_id : String, invocation_id : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#invocation_id : String
The invocation ID to retrieve.
-
#invocation_id=(invocation_id : String)
The invocation ID to retrieve.
-
#task_id : String
The ID of the specific task in the maintenance window task that should be retrieved.
-
#task_id=(task_id : String)
The ID of the specific task in the maintenance window task that should be retrieved.
- #validate! : Nil
-
#window_execution_id : String
The ID of the maintenance window execution for which the task is a part.
-
#window_execution_id=(window_execution_id : String)
The ID of the maintenance window execution for which the task is a part.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The ID of the specific task in the maintenance window task that should be retrieved.
The ID of the specific task in the maintenance window task that should be retrieved.
The ID of the maintenance window execution for which the task is a part.
The ID of the maintenance window execution for which the task is a part.