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.
11146 11147 11148 11149 11150 |
# File 'lib/aws-sdk-ec2/types.rb', line 11146 class CreateReplaceRootVolumeTaskResult < Struct.new( :replace_root_volume_task) SENSITIVE = [] include Aws::Structure end |