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.
-
#bucket_namespace ⇒ "account-regional", "global"
Returns the value of attribute bucket_namespace.
-
#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.
-
#object_ownership ⇒ "BucketOwnerPreferred", ...
Returns the value of attribute object_ownership.
Instance Attribute Details
#acl ⇒ "private", ...
Returns the value of attribute acl.
440 441 442 |
# File 'sig/types.rbs', line 440 def acl @acl end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
441 442 443 |
# File 'sig/types.rbs', line 441 def bucket @bucket end |
#bucket_namespace ⇒ "account-regional", "global"
Returns the value of attribute bucket_namespace.
450 451 452 |
# File 'sig/types.rbs', line 450 def bucket_namespace @bucket_namespace end |
#create_bucket_configuration ⇒ Types::CreateBucketConfiguration
Returns the value of attribute create_bucket_configuration.
442 443 444 |
# File 'sig/types.rbs', line 442 def create_bucket_configuration @create_bucket_configuration end |
#grant_full_control ⇒ ::String
Returns the value of attribute grant_full_control.
443 444 445 |
# File 'sig/types.rbs', line 443 def grant_full_control @grant_full_control end |
#grant_read ⇒ ::String
Returns the value of attribute grant_read.
444 445 446 |
# File 'sig/types.rbs', line 444 def grant_read @grant_read end |
#grant_read_acp ⇒ ::String
Returns the value of attribute grant_read_acp.
445 446 447 |
# File 'sig/types.rbs', line 445 def grant_read_acp @grant_read_acp end |
#grant_write ⇒ ::String
Returns the value of attribute grant_write.
446 447 448 |
# File 'sig/types.rbs', line 446 def grant_write @grant_write end |
#grant_write_acp ⇒ ::String
Returns the value of attribute grant_write_acp.
447 448 449 |
# File 'sig/types.rbs', line 447 def grant_write_acp @grant_write_acp end |
#object_lock_enabled_for_bucket ⇒ Boolean
Returns the value of attribute object_lock_enabled_for_bucket.
448 449 450 |
# File 'sig/types.rbs', line 448 def object_lock_enabled_for_bucket @object_lock_enabled_for_bucket end |
#object_ownership ⇒ "BucketOwnerPreferred", ...
Returns the value of attribute object_ownership.
449 450 451 |
# File 'sig/types.rbs', line 449 def object_ownership @object_ownership end |