Class: Aws::Types::CreateS3BucketResource
- Inherits:
-
Object
- Object
- Aws::Types::CreateS3BucketResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#object_prefixes ⇒ ::Array[::String]
Returns the value of attribute object_prefixes.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
573 574 575 |
# File 'sig/types.rbs', line 573 def bucket_name @bucket_name end |
#object_prefixes ⇒ ::Array[::String]
Returns the value of attribute object_prefixes.
574 575 576 |
# File 'sig/types.rbs', line 574 def object_prefixes @object_prefixes end |