Class: Aws::Types::LifecyclePolicyResourceIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyResourceIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#type ⇒ "retention"
Returns the value of attribute type.
Instance Attribute Details
#resource ⇒ ::String
Returns the value of attribute resource.
607 608 609 |
# File 'sig/types.rbs', line 607 def resource @resource end |
#type ⇒ "retention"
Returns the value of attribute type.
606 607 608 |
# File 'sig/types.rbs', line 606 def type @type end |