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.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#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.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def abort_incomplete_multipart_upload @abort_incomplete_multipart_upload end |
#expiration ⇒ Types::LifecycleExpiration
Returns the value of attribute expiration.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def expiration @expiration end |
#filter ⇒ Types::LifecycleRuleFilter
Returns the value of attribute filter.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def id @id end |
#noncurrent_version_expiration ⇒ Types::NoncurrentVersionExpiration
Returns the value of attribute noncurrent_version_expiration.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def noncurrent_version_expiration @noncurrent_version_expiration end |
#noncurrent_version_transitions ⇒ ::Array[Types::NoncurrentVersionTransition]
Returns the value of attribute noncurrent_version_transitions.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def noncurrent_version_transitions @noncurrent_version_transitions end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def prefix @prefix end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def status @status end |
#transitions ⇒ ::Array[Types::Transition]
Returns the value of attribute transitions.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def transitions @transitions end |