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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#commandsArray<Types::Command>

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

Returns:



10015
10016
10017
10018
10019
# File 'lib/aws-sdk-ssm/types.rb', line 10015

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


10015
10016
10017
10018
10019
# File 'lib/aws-sdk-ssm/types.rb', line 10015

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