Class: Aws::Types::ImportInstanceTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::ImportInstanceTaskDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#platform ⇒ "Windows"
Returns the value of attribute platform.
-
#volumes ⇒ ::Array[Types::ImportInstanceVolumeDetailItem]
Returns the value of attribute volumes.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
11605 11606 11607 |
# File 'sig/types.rbs', line 11605 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11606 11607 11608 |
# File 'sig/types.rbs', line 11606 def instance_id @instance_id end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
11607 11608 11609 |
# File 'sig/types.rbs', line 11607 def platform @platform end |
#volumes ⇒ ::Array[Types::ImportInstanceVolumeDetailItem]
Returns the value of attribute volumes.
11608 11609 11610 |
# File 'sig/types.rbs', line 11608 def volumes @volumes end |