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.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def analytics_configuration @analytics_configuration end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def expected_bucket_owner @expected_bucket_owner end |
#id ⇒ ::String
Returns the value of attribute id.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def id @id end |