Class: Aws::OpsWorks::Types::DescribeDeploymentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeDeploymentsResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a DescribeDeployments
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::Deployment>
An array of
Deployment
objects that describe the deployments.
Instance Attribute Details
#deployments ⇒ Array<Types::Deployment>
An array of Deployment
objects that describe the deployments.
2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2390 class DescribeDeploymentsResult < Struct.new( :deployments) SENSITIVE = [] include Aws::Structure end |