Class: Aws::OpsWorks::Types::DescribeDeploymentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeDeploymentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
-
#deployment_ids ⇒ Array<String>
An array of deployment IDs to be described.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#app_id ⇒ String
The app ID. If you include this parameter, the command returns a description of the commands associated with the specified app.
2374 2375 2376 2377 2378 2379 2380 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2374 class DescribeDeploymentsRequest < Struct.new( :stack_id, :app_id, :deployment_ids) SENSITIVE = [] include Aws::Structure end |
#deployment_ids ⇒ Array<String>
An array of deployment IDs to be described. If you include this parameter, the command returns a description of the specified deployments. Otherwise, it returns a description of every deployment.
2374 2375 2376 2377 2378 2379 2380 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2374 class DescribeDeploymentsRequest < Struct.new( :stack_id, :app_id, :deployment_ids) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID. If you include this parameter, the command returns a description of the commands associated with the specified stack.
2374 2375 2376 2377 2378 2379 2380 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2374 class DescribeDeploymentsRequest < Struct.new( :stack_id, :app_id, :deployment_ids) SENSITIVE = [] include Aws::Structure end |