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.
8400 8401 8402 8403 8404 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8400 class CopyVolumesResult < Struct.new( :volumes) SENSITIVE = [] include Aws::Structure end |