Class: Aws::Types::OpenSearchLifecyclePolicy
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchLifecyclePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#status ⇒ Types::OpenSearchResourceStatus
Returns the value of attribute status.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def policy_name @policy_name end |
#status ⇒ Types::OpenSearchResourceStatus
Returns the value of attribute status.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def status @status end |