Class: Aws::Types::ExportImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::ExportImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#s3_export_location ⇒ Types::ExportTaskS3LocationRequest
Returns the value of attribute s3_export_location.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
9423 9424 9425 |
# File 'sig/types.rbs', line 9423 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
9424 9425 9426 |
# File 'sig/types.rbs', line 9424 def description @description end |
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
9425 9426 9427 |
# File 'sig/types.rbs', line 9425 def disk_image_format @disk_image_format end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9426 9427 9428 |
# File 'sig/types.rbs', line 9426 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9427 9428 9429 |
# File 'sig/types.rbs', line 9427 def image_id @image_id end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
9429 9430 9431 |
# File 'sig/types.rbs', line 9429 def role_name @role_name end |
#s3_export_location ⇒ Types::ExportTaskS3LocationRequest
Returns the value of attribute s3_export_location.
9428 9429 9430 |
# File 'sig/types.rbs', line 9428 def s3_export_location @s3_export_location end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
9430 9431 9432 |
# File 'sig/types.rbs', line 9430 def tag_specifications @tag_specifications end |