class
Amazonite::Ssm::ListCommandsRequest
- Amazonite::Ssm::ListCommandsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_commands_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(command_id : String | Nil = nil, instance_id : String | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil, filters : Array(CommandFilter) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#command_id : String | Nil
(Optional) If provided, lists only the specified command.
-
#command_id=(command_id : String | Nil)
(Optional) If provided, lists only the specified command.
-
#filters : Array(CommandFilter) | Nil
(Optional) One or more filters.
-
#filters=(filters : Array(CommandFilter) | Nil)
(Optional) One or more filters.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String | Nil
(Optional) Lists commands issued against this managed node ID.
-
#instance_id=(instance_id : String | Nil)
(Optional) Lists commands issued against this managed node ID.
-
#max_results : Int32 | Nil
(Optional) The maximum number of items to return for this call.
-
#max_results=(max_results : Int32 | Nil)
(Optional) The maximum number of items to return for this call.
-
#next_token : String | Nil
(Optional) The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
(Optional) The token for the next set of items to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
(Optional) If provided, lists only the specified command.
(Optional) One or more filters. Use a filter to return a more specific list of results.
(Optional) One or more filters. Use a filter to return a more specific list of results.
(Optional) Lists commands issued against this managed node ID.
You can't specify a managed node ID in the same command that you specify Status = Pending.
This is because the command hasn't reached the managed node yet.
(Optional) Lists commands issued against this managed node ID.
You can't specify a managed node ID in the same command that you specify Status = Pending.
This is because the command hasn't reached the managed node yet.
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
(Optional) The token for the next set of items to return. (You received this token from a previous call.)