Class: Aws::Types::ImportImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportImageRequest
- 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.
-
#client_data ⇒ Types::ClientData
Returns the value of attribute client_data.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disk_containers ⇒ ::Array[Types::ImageDiskContainer]
Returns the value of attribute disk_containers.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#hypervisor ⇒ ::String
Returns the value of attribute hypervisor.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationRequest]
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.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
Instance Attribute Details
#architecture ⇒ ::String
Returns the value of attribute architecture.
11515 11516 11517 |
# File 'sig/types.rbs', line 11515 def architecture @architecture end |
#boot_mode ⇒ "legacy-bios", ...
Returns the value of attribute boot_mode.
11530 11531 11532 |
# File 'sig/types.rbs', line 11530 def boot_mode @boot_mode end |
#client_data ⇒ Types::ClientData
Returns the value of attribute client_data.
11516 11517 11518 |
# File 'sig/types.rbs', line 11516 def client_data @client_data end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
11517 11518 11519 |
# File 'sig/types.rbs', line 11517 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
11518 11519 11520 |
# File 'sig/types.rbs', line 11518 def description @description end |
#disk_containers ⇒ ::Array[Types::ImageDiskContainer]
Returns the value of attribute disk_containers.
11519 11520 11521 |
# File 'sig/types.rbs', line 11519 def disk_containers @disk_containers end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
11520 11521 11522 |
# File 'sig/types.rbs', line 11520 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
11521 11522 11523 |
# File 'sig/types.rbs', line 11521 def encrypted @encrypted end |
#hypervisor ⇒ ::String
Returns the value of attribute hypervisor.
11522 11523 11524 |
# File 'sig/types.rbs', line 11522 def hypervisor @hypervisor end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
11523 11524 11525 |
# File 'sig/types.rbs', line 11523 def kms_key_id @kms_key_id end |
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationRequest]
Returns the value of attribute license_specifications.
11527 11528 11529 |
# File 'sig/types.rbs', line 11527 def license_specifications @license_specifications end |
#license_type ⇒ ::String
Returns the value of attribute license_type.
11524 11525 11526 |
# File 'sig/types.rbs', line 11524 def license_type @license_type end |
#platform ⇒ ::String
Returns the value of attribute platform.
11525 11526 11527 |
# File 'sig/types.rbs', line 11525 def platform @platform end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
11526 11527 11528 |
# File 'sig/types.rbs', line 11526 def role_name @role_name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
11528 11529 11530 |
# File 'sig/types.rbs', line 11528 def tag_specifications @tag_specifications end |
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
11529 11530 11531 |
# File 'sig/types.rbs', line 11529 def usage_operation @usage_operation end |