Class: Aws::Types::Bucket
- Inherits:
-
Object
- Object
- Aws::Types::Bucket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#able_to_update_bundle ⇒ Boolean
Returns the value of attribute able_to_update_bundle.
-
#access_log_config ⇒ Types::BucketAccessLogConfig
Returns the value of attribute access_log_config.
-
#access_rules ⇒ Types::AccessRules
Returns the value of attribute access_rules.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#cors ⇒ Types::BucketCorsConfig
Returns the value of attribute cors.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#object_versioning ⇒ ::String
Returns the value of attribute object_versioning.
-
#readonly_access_accounts ⇒ ::Array[::String]
Returns the value of attribute readonly_access_accounts.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#resources_receiving_access ⇒ ::Array[Types::ResourceReceivingAccess]
Returns the value of attribute resources_receiving_access.
-
#state ⇒ Types::BucketState
Returns the value of attribute state.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#able_to_update_bundle ⇒ Boolean
Returns the value of attribute able_to_update_bundle.
220 221 222 |
# File 'sig/types.rbs', line 220 def able_to_update_bundle @able_to_update_bundle end |
#access_log_config ⇒ Types::BucketAccessLogConfig
Returns the value of attribute access_log_config.
224 225 226 |
# File 'sig/types.rbs', line 224 def access_log_config @access_log_config end |
#access_rules ⇒ Types::AccessRules
Returns the value of attribute access_rules.
210 211 212 |
# File 'sig/types.rbs', line 210 def access_rules @access_rules end |
#arn ⇒ ::String
Returns the value of attribute arn.
211 212 213 |
# File 'sig/types.rbs', line 211 def arn @arn end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def bundle_id @bundle_id end |
#cors ⇒ Types::BucketCorsConfig
Returns the value of attribute cors.
225 226 227 |
# File 'sig/types.rbs', line 225 def cors @cors end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
213 214 215 |
# File 'sig/types.rbs', line 213 def created_at @created_at end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
215 216 217 |
# File 'sig/types.rbs', line 215 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
216 217 218 |
# File 'sig/types.rbs', line 216 def name @name end |
#object_versioning ⇒ ::String
Returns the value of attribute object_versioning.
219 220 221 |
# File 'sig/types.rbs', line 219 def object_versioning @object_versioning end |
#readonly_access_accounts ⇒ ::Array[::String]
Returns the value of attribute readonly_access_accounts.
221 222 223 |
# File 'sig/types.rbs', line 221 def readonly_access_accounts @readonly_access_accounts end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
209 210 211 |
# File 'sig/types.rbs', line 209 def resource_type @resource_type end |
#resources_receiving_access ⇒ ::Array[Types::ResourceReceivingAccess]
Returns the value of attribute resources_receiving_access.
222 223 224 |
# File 'sig/types.rbs', line 222 def resources_receiving_access @resources_receiving_access end |
#state ⇒ Types::BucketState
Returns the value of attribute state.
223 224 225 |
# File 'sig/types.rbs', line 223 def state @state end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
217 218 219 |
# File 'sig/types.rbs', line 217 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
218 219 220 |
# File 'sig/types.rbs', line 218 def end |
#url ⇒ ::String
Returns the value of attribute url.
214 215 216 |
# File 'sig/types.rbs', line 214 def url @url end |