Class: Aws::Types::ImportImageTask
- Inherits:
-
Object
- Object
- Aws::Types::ImportImageTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#boot_mode ⇒ "legacy-bios", ...
Returns the value of attribute boot_mode.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#hypervisor ⇒ ::String
Returns the value of attribute hypervisor.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationResponse]
Returns the value of attribute license_specifications.
-
#license_type ⇒ ::String
Returns the value of attribute license_type.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#progress ⇒ ::String
Returns the value of attribute progress.
-
#snapshot_details ⇒ ::Array[Types::SnapshotDetail]
Returns the value of attribute snapshot_details.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
Instance Attribute Details
#architecture ⇒ ::String
Returns the value of attribute architecture.
11337 11338 11339 |
# File 'sig/types.rbs', line 11337 def architecture @architecture end |
#boot_mode ⇒ "legacy-bios", ...
Returns the value of attribute boot_mode.
11353 11354 11355 |
# File 'sig/types.rbs', line 11353 def boot_mode @boot_mode end |
#description ⇒ ::String
Returns the value of attribute description.
11338 11339 11340 |
# File 'sig/types.rbs', line 11338 def description @description end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
11339 11340 11341 |
# File 'sig/types.rbs', line 11339 def encrypted @encrypted end |
#hypervisor ⇒ ::String
Returns the value of attribute hypervisor.
11340 11341 11342 |
# File 'sig/types.rbs', line 11340 def hypervisor @hypervisor end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
11341 11342 11343 |
# File 'sig/types.rbs', line 11341 def image_id @image_id end |
#import_task_id ⇒ ::String
Returns the value of attribute import_task_id.
11342 11343 11344 |
# File 'sig/types.rbs', line 11342 def import_task_id @import_task_id end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
11343 11344 11345 |
# File 'sig/types.rbs', line 11343 def kms_key_id @kms_key_id end |
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationResponse]
Returns the value of attribute license_specifications.
11351 11352 11353 |
# File 'sig/types.rbs', line 11351 def license_specifications @license_specifications end |
#license_type ⇒ ::String
Returns the value of attribute license_type.
11344 11345 11346 |
# File 'sig/types.rbs', line 11344 def license_type @license_type end |
#platform ⇒ ::String
Returns the value of attribute platform.
11345 11346 11347 |
# File 'sig/types.rbs', line 11345 def platform @platform end |
#progress ⇒ ::String
Returns the value of attribute progress.
11346 11347 11348 |
# File 'sig/types.rbs', line 11346 def progress @progress end |
#snapshot_details ⇒ ::Array[Types::SnapshotDetail]
Returns the value of attribute snapshot_details.
11347 11348 11349 |
# File 'sig/types.rbs', line 11347 def snapshot_details @snapshot_details end |
#status ⇒ ::String
Returns the value of attribute status.
11348 11349 11350 |
# File 'sig/types.rbs', line 11348 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
11349 11350 11351 |
# File 'sig/types.rbs', line 11349 def @status_message end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
11350 11351 11352 |
# File 'sig/types.rbs', line 11350 def @tags end |
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
11352 11353 11354 |
# File 'sig/types.rbs', line 11352 def usage_operation @usage_operation end |