Class: Aws::Types::AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsS3BucketBucketLifecycleConfigurationRulesTransitionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::String
Returns the value of attribute date.
-
#days ⇒ ::Integer
Returns the value of attribute days.
-
#storage_class ⇒ ::String
Returns the value of attribute storage_class.
Instance Attribute Details
#date ⇒ ::String
Returns the value of attribute date.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def date @date end |
#days ⇒ ::Integer
Returns the value of attribute days.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def days @days end |
#storage_class ⇒ ::String
Returns the value of attribute storage_class.
4008 4009 4010 |
# File 'sig/types.rbs', line 4008 def storage_class @storage_class end |