Class: Aws::Types::LifecyclePolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicySummary
- 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_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.
621 622 623 |
# File 'sig/types.rbs', line 621 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
620 621 622 |
# File 'sig/types.rbs', line 620 def description @description end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
622 623 624 |
# File 'sig/types.rbs', line 622 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
618 619 620 |
# File 'sig/types.rbs', line 618 def name @name end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
619 620 621 |
# File 'sig/types.rbs', line 619 def policy_version @policy_version end |
#type ⇒ "retention"
Returns the value of attribute type.
617 618 619 |
# File 'sig/types.rbs', line 617 def type @type end |