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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_invocationsArray<Types::CommandInvocation>

(Optional) A list of all invocations.

Returns:



11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11069

class ListCommandInvocationsResult < Struct.new(
  :command_invocations,
  :next_token)
  SENSITIVE = []
  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)


11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11069

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