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:



9947
9948
9949
9950
9951
# File 'lib/aws-sdk-ssm/types.rb', line 9947

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)


9947
9948
9949
9950
9951
# File 'lib/aws-sdk-ssm/types.rb', line 9947

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