Class: Aws::Types::PutBucketMetricsConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketMetricsConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#metrics_configuration ⇒ Types::MetricsConfiguration
Returns the value of attribute metrics_configuration.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def expected_bucket_owner @expected_bucket_owner end |
#id ⇒ ::String
Returns the value of attribute id.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def id @id end |
#metrics_configuration ⇒ Types::MetricsConfiguration
Returns the value of attribute metrics_configuration.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def metrics_configuration @metrics_configuration end |