Class: Aws::Types::S3Configuration
- Inherits:
-
Object
- Object
- Aws::Types::S3Configuration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#encryption_option ⇒ "SSE_S3", "SSE_KMS"
Returns the value of attribute encryption_option.
-
#object_key_prefix ⇒ ::String
Returns the value of attribute object_key_prefix.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
340 341 342 |
# File 'sig/types.rbs', line 340 def bucket_name @bucket_name end |
#encryption_option ⇒ "SSE_S3", "SSE_KMS"
Returns the value of attribute encryption_option.
342 343 344 |
# File 'sig/types.rbs', line 342 def encryption_option @encryption_option end |
#object_key_prefix ⇒ ::String
Returns the value of attribute object_key_prefix.
341 342 343 |
# File 'sig/types.rbs', line 341 def object_key_prefix @object_key_prefix end |