Class: Aws::EC2::Types::CopyVolumesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CopyVolumesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volumes ⇒ Array<Types::Volume>
Information about the volume copy.
Instance Attribute Details
#volumes ⇒ Array<Types::Volume>
Information about the volume copy.
8171 8172 8173 8174 8175 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8171 class CopyVolumesResult < Struct.new( :volumes) SENSITIVE = [] include Aws::Structure end |