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.
11126 11127 11128 |
# File 'sig/types.rbs', line 11126 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11127 11128 11129 |
# File 'sig/types.rbs', line 11127 def instance_id @instance_id end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
11128 11129 11130 |
# File 'sig/types.rbs', line 11128 def platform @platform end |
#volumes ⇒ ::Array[Types::ImportInstanceVolumeDetailItem]
Returns the value of attribute volumes.
11129 11130 11131 |
# File 'sig/types.rbs', line 11129 def volumes @volumes end |