Class: Aws::Types::S3ExportConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3ExportConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
Instance Attribute Details
#disk_image_format ⇒ "VMDK", ...
Returns the value of attribute disk_image_format.
1925 1926 1927 |
# File 'sig/types.rbs', line 1925 def disk_image_format @disk_image_format end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1924 1925 1926 |
# File 'sig/types.rbs', line 1924 def role_name @role_name end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1926 1927 1928 |
# File 'sig/types.rbs', line 1926 def s3_bucket @s3_bucket end |
#s3_prefix ⇒ ::String
Returns the value of attribute s3_prefix.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def s3_prefix @s3_prefix end |