Class: Aws::Types::PutBucketAnalyticsConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketAnalyticsConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def analytics_configuration @analytics_configuration end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def expected_bucket_owner @expected_bucket_owner end |
#id ⇒ ::String
Returns the value of attribute id.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def id @id end |