Class: Aws::SSM::Types::ListCommandInvocationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListCommandInvocationsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command_invocations ⇒ Array<Types::CommandInvocation>
(Optional) A list of all invocations.
-
#next_token ⇒ String
(Optional) The token for the next set of items to return.
Instance Attribute Details
#command_invocations ⇒ Array<Types::CommandInvocation>
(Optional) A list of all invocations.
11376 11377 11378 11379 11380 11381 |
# File 'lib/aws-sdk-ssm/types.rb', line 11376 class ListCommandInvocationsResult < Struct.new( :command_invocations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
11376 11377 11378 11379 11380 11381 |
# File 'lib/aws-sdk-ssm/types.rb', line 11376 class ListCommandInvocationsResult < Struct.new( :command_invocations, :next_token) SENSITIVE = [] include Aws::Structure end |