Class: Aws::SSM::Types::ListCommandsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListCommandsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commands ⇒ Array<Types::Command>
(Optional) The list of commands requested by the user.
-
#next_token ⇒ String
(Optional) The token for the next set of items to return.
Instance Attribute Details
#commands ⇒ Array<Types::Command>
(Optional) The list of commands requested by the user.
11436 11437 11438 11439 11440 11441 |
# File 'lib/aws-sdk-ssm/types.rb', line 11436 class ListCommandsResult < Struct.new( :commands, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
11436 11437 11438 11439 11440 11441 |
# File 'lib/aws-sdk-ssm/types.rb', line 11436 class ListCommandsResult < Struct.new( :commands, :next_token) SENSITIVE = [] include Aws::Structure end |