Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#noncurrent_version_expiration ⇒ Types::NoncurrentVersionExpiration
Returns the value of attribute noncurrent_version_expiration.
-
#noncurrent_version_transition ⇒ Types::NoncurrentVersionTransition
Returns the value of attribute noncurrent_version_transition.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
-
#transition ⇒ Types::Transition
Returns the value of attribute transition.
Instance Attribute Details
#abort_incomplete_multipart_upload ⇒ Types::AbortIncompleteMultipartUpload
Returns the value of attribute abort_incomplete_multipart_upload.
2797 2798 2799 |
# File 'sig/types.rbs', line 2797 def abort_incomplete_multipart_upload @abort_incomplete_multipart_upload end |
#expiration ⇒ Types::LifecycleExpiration
Returns the value of attribute expiration.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def expiration @expiration end |
#id ⇒ ::String
Returns the value of attribute id.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def id @id end |
#noncurrent_version_expiration ⇒ Types::NoncurrentVersionExpiration
Returns the value of attribute noncurrent_version_expiration.
2796 2797 2798 |
# File 'sig/types.rbs', line 2796 def noncurrent_version_expiration @noncurrent_version_expiration end |
#noncurrent_version_transition ⇒ Types::NoncurrentVersionTransition
Returns the value of attribute noncurrent_version_transition.
2795 2796 2797 |
# File 'sig/types.rbs', line 2795 def noncurrent_version_transition @noncurrent_version_transition end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def prefix @prefix end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def status @status end |
#transition ⇒ Types::Transition
Returns the value of attribute transition.
2794 2795 2796 |
# File 'sig/types.rbs', line 2794 def transition @transition end |