Class: Aws::Types::ExportToS3TaskSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ExportToS3TaskSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_format ⇒ "ova"
Returns the value of attribute container_format.
-
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
Instance Attribute Details
#container_format ⇒ "ova"
Returns the value of attribute container_format.
9268 9269 9270 |
# File 'sig/types.rbs', line 9268 def container_format @container_format end |
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
9267 9268 9269 |
# File 'sig/types.rbs', line 9267 def disk_image_format @disk_image_format end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
9269 9270 9271 |
# File 'sig/types.rbs', line 9269 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
9270 9271 9272 |
# File 'sig/types.rbs', line 9270 def s3_prefix @s3_prefix end |