Class: Aws::SSM::Types::ListCommandInvocationsResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#command_invocationsArray<Types::CommandInvocation>

(Optional) A list of all invocations.

Returns:



8199
8200
8201
8202
8203
# File 'lib/aws-sdk-ssm/types.rb', line 8199

class ListCommandInvocationsResult < Struct.new(
  :command_invocations,
  :next_token)
  include Aws::Structure
end

#next_tokenString

(Optional) The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


8199
8200
8201
8202
8203
# File 'lib/aws-sdk-ssm/types.rb', line 8199

class ListCommandInvocationsResult < Struct.new(
  :command_invocations,
  :next_token)
  include Aws::Structure
end