Class: Aws::EC2::Types::CreateReplaceRootVolumeTaskResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateReplaceRootVolumeTaskResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #replace_root_volume_task  ⇒ Types::ReplaceRootVolumeTask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the root volume replacement task.
 
Instance Attribute Details
#replace_root_volume_task ⇒ Types::ReplaceRootVolumeTask
Information about the root volume replacement task.
      11264 11265 11266 11267 11268  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 11264 class CreateReplaceRootVolumeTaskResult < Struct.new( :replace_root_volume_task) SENSITIVE = [] include Aws::Structure end  |