Class: Aws::OpsWorks::Types::DescribeVolumesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeVolumesResult
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a DescribeVolumes
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volumes ⇒ Array<Types::Volume>
An array of volume IDs.
Instance Attribute Details
#volumes ⇒ Array<Types::Volume>
An array of volume IDs.
3016 3017 3018 3019 3020 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 3016 class DescribeVolumesResult < Struct.new( :volumes) SENSITIVE = [] include Aws::Structure end |