Class: Aws::Types::PutBucketLifecycleConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutBucketLifecycleConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#lifecycle_configuration ⇒ Types::BucketLifecycleConfiguration
Returns the value of attribute lifecycle_configuration.
-
#transition_default_minimum_object_size ⇒ "varies_by_storage_class", "all_storage_classes_128K"
Returns the value of attribute transition_default_minimum_object_size.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def checksum_algorithm @checksum_algorithm end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def expected_bucket_owner @expected_bucket_owner end |
#lifecycle_configuration ⇒ Types::BucketLifecycleConfiguration
Returns the value of attribute lifecycle_configuration.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def lifecycle_configuration @lifecycle_configuration end |
#transition_default_minimum_object_size ⇒ "varies_by_storage_class", "all_storage_classes_128K"
Returns the value of attribute transition_default_minimum_object_size.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def transition_default_minimum_object_size @transition_default_minimum_object_size end |