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.
11611 11612 11613 |
# File 'sig/types.rbs', line 11611 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11612 11613 11614 |
# File 'sig/types.rbs', line 11612 def instance_id @instance_id end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
11613 11614 11615 |
# File 'sig/types.rbs', line 11613 def platform @platform end |
#volumes ⇒ ::Array[Types::ImportInstanceVolumeDetailItem]
Returns the value of attribute volumes.
11614 11615 11616 |
# File 'sig/types.rbs', line 11614 def volumes @volumes end |