Class: Aws::Types::CreateBucketRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBucketRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acl ⇒ "private", ...
Returns the value of attribute acl.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#create_bucket_configuration ⇒ Types::CreateBucketConfiguration
Returns the value of attribute create_bucket_configuration.
-
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
-
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
-
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
-
#grant_write ⇒ ::String
Returns the value of attribute grant_write.
-
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
-
#object_lock_enabled_for_bucket ⇒ Boolean
Returns the value of attribute object_lock_enabled_for_bucket.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
Instance Attribute Details
#acl ⇒ "private", ...
Returns the value of attribute acl.
235 236 237 |
# File 'sig/types.rbs', line 235 def acl @acl end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
236 237 238 |
# File 'sig/types.rbs', line 236 def bucket @bucket end |
#create_bucket_configuration ⇒ Types::CreateBucketConfiguration
Returns the value of attribute create_bucket_configuration.
237 238 239 |
# File 'sig/types.rbs', line 237 def create_bucket_configuration @create_bucket_configuration end |
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
238 239 240 |
# File 'sig/types.rbs', line 238 def grant_full_control @grant_full_control end |
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
239 240 241 |
# File 'sig/types.rbs', line 239 def grant_read @grant_read end |
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
240 241 242 |
# File 'sig/types.rbs', line 240 def grant_read_acp @grant_read_acp end |
#grant_write ⇒ ::String
Returns the value of attribute grant_write.
241 242 243 |
# File 'sig/types.rbs', line 241 def grant_write @grant_write end |
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
242 243 244 |
# File 'sig/types.rbs', line 242 def grant_write_acp @grant_write_acp end |
#object_lock_enabled_for_bucket ⇒ Boolean
Returns the value of attribute object_lock_enabled_for_bucket.
243 244 245 |
# File 'sig/types.rbs', line 243 def object_lock_enabled_for_bucket @object_lock_enabled_for_bucket end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def outpost_id @outpost_id end |