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.
11036 11037 11038 |
# File 'sig/types.rbs', line 11036 def architecture @architecture end |
#boot_mode ⇒ "legacy-bios", ...
Returns the value of attribute boot_mode.
11051 11052 11053 |
# File 'sig/types.rbs', line 11051 def boot_mode @boot_mode end |
#client_data ⇒ Types::ClientData
Returns the value of attribute client_data.
11037 11038 11039 |
# File 'sig/types.rbs', line 11037 def client_data @client_data end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
11038 11039 11040 |
# File 'sig/types.rbs', line 11038 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
11039 11040 11041 |
# File 'sig/types.rbs', line 11039 def description @description end |
#disk_containers ⇒ ::Array[Types::ImageDiskContainer]
Returns the value of attribute disk_containers.
11040 11041 11042 |
# File 'sig/types.rbs', line 11040 def disk_containers @disk_containers end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
11041 11042 11043 |
# File 'sig/types.rbs', line 11041 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
11042 11043 11044 |
# File 'sig/types.rbs', line 11042 def encrypted @encrypted end |
#hypervisor ⇒ ::String
Returns the value of attribute hypervisor.
11043 11044 11045 |
# File 'sig/types.rbs', line 11043 def hypervisor @hypervisor end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
11044 11045 11046 |
# File 'sig/types.rbs', line 11044 def kms_key_id @kms_key_id end |
#license_specifications ⇒ ::Array[Types::ImportImageLicenseConfigurationRequest]
Returns the value of attribute license_specifications.
11048 11049 11050 |
# File 'sig/types.rbs', line 11048 def license_specifications @license_specifications end |
#license_type ⇒ ::String
Returns the value of attribute license_type.
11045 11046 11047 |
# File 'sig/types.rbs', line 11045 def license_type @license_type end |
#platform ⇒ ::String
Returns the value of attribute platform.
11046 11047 11048 |
# File 'sig/types.rbs', line 11046 def platform @platform end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
11047 11048 11049 |
# File 'sig/types.rbs', line 11047 def role_name @role_name end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
11049 11050 11051 |
# File 'sig/types.rbs', line 11049 def tag_specifications @tag_specifications end |
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
11050 11051 11052 |
# File 'sig/types.rbs', line 11050 def usage_operation @usage_operation end |