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.
11387 11388 11389 |
# File 'sig/types.rbs', line 11387 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
11388 11389 11390 |
# File 'sig/types.rbs', line 11388 def instance_id @instance_id end |
#platform ⇒ "Windows"
Returns the value of attribute platform.
11389 11390 11391 |
# File 'sig/types.rbs', line 11389 def platform @platform end |
#volumes ⇒ ::Array[Types::ImportInstanceVolumeDetailItem]
Returns the value of attribute volumes.
11390 11391 11392 |
# File 'sig/types.rbs', line 11390 def volumes @volumes end |