Class: Aws::Types::PutBucketIntelligentTieringConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketIntelligentTieringConfigurationRequest
- 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.
-
#intelligent_tiering_configuration ⇒ Types::IntelligentTieringConfiguration
Returns the value of attribute intelligent_tiering_configuration.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def expected_bucket_owner @expected_bucket_owner end |
#id ⇒ ::String
Returns the value of attribute id.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def id @id end |
#intelligent_tiering_configuration ⇒ Types::IntelligentTieringConfiguration
Returns the value of attribute intelligent_tiering_configuration.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def intelligent_tiering_configuration @intelligent_tiering_configuration end |