Class: Aws::Types::PutBucketLifecycleConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketLifecycleConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#lifecycle_configuration ⇒ Types::LifecycleConfiguration
Returns the value of attribute lifecycle_configuration.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def account_id @account_id end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def bucket @bucket end |
#lifecycle_configuration ⇒ Types::LifecycleConfiguration
Returns the value of attribute lifecycle_configuration.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def lifecycle_configuration @lifecycle_configuration end |