Class: Aws::Types::UpdateBucketRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBucketRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_log_config ⇒ Types::BucketAccessLogConfig
Returns the value of attribute access_log_config.
-
#access_rules ⇒ Types::AccessRules
Returns the value of attribute access_rules.
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#cors ⇒ Types::BucketCorsConfig
Returns the value of attribute cors.
-
#readonly_access_accounts ⇒ ::Array[::String]
Returns the value of attribute readonly_access_accounts.
-
#versioning ⇒ ::String
Returns the value of attribute versioning.
Instance Attribute Details
#access_log_config ⇒ Types::BucketAccessLogConfig
Returns the value of attribute access_log_config.
3089 3090 3091 |
# File 'sig/types.rbs', line 3089 def access_log_config @access_log_config end |
#access_rules ⇒ Types::AccessRules
Returns the value of attribute access_rules.
3086 3087 3088 |
# File 'sig/types.rbs', line 3086 def access_rules @access_rules end |
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
3085 3086 3087 |
# File 'sig/types.rbs', line 3085 def bucket_name @bucket_name end |
#cors ⇒ Types::BucketCorsConfig
Returns the value of attribute cors.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def cors @cors end |
#readonly_access_accounts ⇒ ::Array[::String]
Returns the value of attribute readonly_access_accounts.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def readonly_access_accounts @readonly_access_accounts end |
#versioning ⇒ ::String
Returns the value of attribute versioning.
3087 3088 3089 |
# File 'sig/types.rbs', line 3087 def versioning @versioning end |