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.
9198 9199 9200 |
# File 'sig/types.rbs', line 9198 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
9199 9200 9201 |
# File 'sig/types.rbs', line 9199 def description @description end |
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
9200 9201 9202 |
# File 'sig/types.rbs', line 9200 def disk_image_format @disk_image_format end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9201 9202 9203 |
# File 'sig/types.rbs', line 9201 def dry_run @dry_run end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
9202 9203 9204 |
# File 'sig/types.rbs', line 9202 def image_id @image_id end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
9204 9205 9206 |
# File 'sig/types.rbs', line 9204 def role_name @role_name end |
#s3_export_location ⇒ Types::ExportTaskS3LocationRequest
Returns the value of attribute s3_export_location.
9203 9204 9205 |
# File 'sig/types.rbs', line 9203 def s3_export_location @s3_export_location end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
9205 9206 9207 |
# File 'sig/types.rbs', line 9205 def tag_specifications @tag_specifications end |