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.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def abort_incomplete_multipart_upload @abort_incomplete_multipart_upload end |
#expiration ⇒ Types::LifecycleExpiration
Returns the value of attribute expiration.
2814 2815 2816 |
# File 'sig/types.rbs', line 2814 def expiration @expiration end |
#id ⇒ ::String
Returns the value of attribute id.
2815 2816 2817 |
# File 'sig/types.rbs', line 2815 def id @id end |
#noncurrent_version_expiration ⇒ Types::NoncurrentVersionExpiration
Returns the value of attribute noncurrent_version_expiration.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def noncurrent_version_expiration @noncurrent_version_expiration end |
#noncurrent_version_transition ⇒ Types::NoncurrentVersionTransition
Returns the value of attribute noncurrent_version_transition.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def noncurrent_version_transition @noncurrent_version_transition end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def prefix @prefix end |
#status ⇒ "Enabled", "Disabled"
Returns the value of attribute status.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def status @status end |
#transition ⇒ Types::Transition
Returns the value of attribute transition.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def transition @transition end |