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.
| 8237 8238 8239 8240 8241 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8237 class CopyVolumesResult < Struct.new( :volumes) SENSITIVE = [] include Aws::Structure end |