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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



12444
12445
12446
12447
12448
12449
# File 'lib/aws-sdk-ssm/types.rb', line 12444

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.)



12444
12445
12446
12447
12448
12449
# File 'lib/aws-sdk-ssm/types.rb', line 12444

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