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.

Returns:



11400
11401
11402
11403
11404
11405
# File 'lib/aws-sdk-ssm/types.rb', line 11400

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)


11400
11401
11402
11403
11404
11405
# File 'lib/aws-sdk-ssm/types.rb', line 11400

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