Class: Aws::Types::ExportToS3Task
- Inherits:
-
Object
- Object
- Aws::Types::ExportToS3Task
- 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_key ⇒ ::String
Returns the value of attribute s3_key.
Instance Attribute Details
#container_format ⇒ "ova"
Returns the value of attribute container_format.
9259 9260 9261 |
# File 'sig/types.rbs', line 9259 def container_format @container_format end |
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
9260 9261 9262 |
# File 'sig/types.rbs', line 9260 def disk_image_format @disk_image_format end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
9261 9262 9263 |
# File 'sig/types.rbs', line 9261 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
9262 9263 9264 |
# File 'sig/types.rbs', line 9262 def s3_key @s3_key end |