Class: Aws::Types::OpenSearchDataAccessPolicy
- Inherits:
-
Object
- Object
- Aws::Types::OpenSearchDataAccessPolicy
- 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.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def policy_name @policy_name end |
#status ⇒ Types::OpenSearchResourceStatus
Returns the value of attribute status.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def status @status end |