Class: Aws::Types::LifecycleRule
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#abort_incomplete_multipart_upload ⇒ Types::AbortIncompleteMultipartUpload
Returns the value of attribute abort_incomplete_multipart_upload.
-
#expiration ⇒ Types::LifecycleExpiration
Returns the value of attribute expiration.
-
#filter ⇒ Types::LifecycleRuleFilter
Returns the value of attribute filter.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#noncurrent_version_expiration ⇒ Types::NoncurrentVersionExpiration
Returns the value of attribute noncurrent_version_expiration.
-
#noncurrent_version_transitions ⇒ ::Array[Types::NoncurrentVersionTransition]
Returns the value of attribute noncurrent_version_transitions.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
-
#transitions ⇒ ::Array[Types::Transition]
Returns the value of attribute transitions.
Instance Attribute Details
#abort_incomplete_multipart_upload ⇒ Types::AbortIncompleteMultipartUpload
Returns the value of attribute abort_incomplete_multipart_upload.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def abort_incomplete_multipart_upload @abort_incomplete_multipart_upload end |
#expiration ⇒ Types::LifecycleExpiration
Returns the value of attribute expiration.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def expiration @expiration end |
#filter ⇒ Types::LifecycleRuleFilter
Returns the value of attribute filter.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def id @id end |
#noncurrent_version_expiration ⇒ Types::NoncurrentVersionExpiration
Returns the value of attribute noncurrent_version_expiration.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def noncurrent_version_expiration @noncurrent_version_expiration end |
#noncurrent_version_transitions ⇒ ::Array[Types::NoncurrentVersionTransition]
Returns the value of attribute noncurrent_version_transitions.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def noncurrent_version_transitions @noncurrent_version_transitions end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def status @status end |
#transitions ⇒ ::Array[Types::Transition]
Returns the value of attribute transitions.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def transitions @transitions end |