Class: Aws::Types::LifecyclePolicyDetail
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy ⇒ Object
Returns the value of attribute policy.
-
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
-
#type ⇒ "retention"
Returns the value of attribute type.
Instance Attribute Details
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
586 587 588 |
# File 'sig/types.rbs', line 586 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
584 585 586 |
# File 'sig/types.rbs', line 584 def description @description end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
587 588 589 |
# File 'sig/types.rbs', line 587 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
582 583 584 |
# File 'sig/types.rbs', line 582 def name @name end |
#policy ⇒ Object
Returns the value of attribute policy.
585 586 587 |
# File 'sig/types.rbs', line 585 def policy @policy end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
583 584 585 |
# File 'sig/types.rbs', line 583 def policy_version @policy_version end |
#type ⇒ "retention"
Returns the value of attribute type.
581 582 583 |
# File 'sig/types.rbs', line 581 def type @type end |