Class: Aws::SSM::Types::ListCommandsResult

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

#commandsArray<Types::Command>

(Optional) The list of commands requested by the user.

Returns:



11129
11130
11131
11132
11133
11134
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11129

class ListCommandsResult < Struct.new(
  :commands,
  :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)


11129
11130
11131
11132
11133
11134
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11129

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