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.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def abort_incomplete_multipart_upload @abort_incomplete_multipart_upload end |
#expiration ⇒ Types::LifecycleExpiration
Returns the value of attribute expiration.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def expiration @expiration end |
#filter ⇒ Types::LifecycleRuleFilter
Returns the value of attribute filter.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def id @id end |
#noncurrent_version_expiration ⇒ Types::NoncurrentVersionExpiration
Returns the value of attribute noncurrent_version_expiration.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def noncurrent_version_expiration @noncurrent_version_expiration end |
#noncurrent_version_transitions ⇒ ::Array[Types::NoncurrentVersionTransition]
Returns the value of attribute noncurrent_version_transitions.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def noncurrent_version_transitions @noncurrent_version_transitions end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def prefix @prefix end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def status @status end |
#transitions ⇒ ::Array[Types::Transition]
Returns the value of attribute transitions.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def transitions @transitions end |