class
Amazonite::Ssm::ListCommandInvocationsRequest
- Amazonite::Ssm::ListCommandInvocationsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_command_invocations_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, details : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#command_id : String | Nil
(Optional) The invocations for a specific command ID.
-
#command_id=(command_id : String | Nil)
(Optional) The invocations for a specific command ID.
-
#details : Bool | Nil
(Optional) If set this returns the response of the command executions and any command output.
-
#details=(details : Bool | Nil)
(Optional) If set this returns the response of the command executions and any command output.
-
#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) The command execution details for a specific managed node ID.
-
#instance_id=(instance_id : String | Nil)
(Optional) The command execution details for a specific 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 set this returns the response of the command executions and any command output.
The default value is false.
(Optional) If set this returns the response of the command executions and any command output.
The default value is false.
(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) The command execution details for a specific managed node ID.
(Optional) The command execution details for a specific managed node ID.
(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.)