Class: Aws::OpsWorks::Types::DescribeCommandsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeCommandsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#command_ids ⇒ Array<String>
An array of command IDs.
-
#deployment_id ⇒ String
The deployment ID.
-
#instance_id ⇒ String
The instance ID.
Instance Attribute Details
#command_ids ⇒ Array<String>
An array of command IDs. If you include this parameter, ‘DescribeCommands` returns a description of the specified commands. Otherwise, it returns a description of every command.
2332 2333 2334 2335 2336 2337 2338 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2332 class DescribeCommandsRequest < Struct.new( :deployment_id, :instance_id, :command_ids) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
The deployment ID. If you include this parameter, ‘DescribeCommands` returns a description of the commands associated with the specified deployment.
2332 2333 2334 2335 2336 2337 2338 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2332 class DescribeCommandsRequest < Struct.new( :deployment_id, :instance_id, :command_ids) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID. If you include this parameter, ‘DescribeCommands` returns a description of the commands associated with the specified instance.
2332 2333 2334 2335 2336 2337 2338 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2332 class DescribeCommandsRequest < Struct.new( :deployment_id, :instance_id, :command_ids) SENSITIVE = [] include Aws::Structure end |