Class: Aws::Types::S3BucketConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
-
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
9545 9546 9547 |
# File 'sig/types.rbs', line 9545 def bucket_name @bucket_name end |
#bucket_prefix ⇒ ::String
Returns the value of attribute bucket_prefix.
9546 9547 9548 |
# File 'sig/types.rbs', line 9546 def bucket_prefix @bucket_prefix end |
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
9547 9548 9549 |
# File 'sig/types.rbs', line 9547 def bucket_region @bucket_region end |