Class: Aws::Types::GetClusterPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetClusterPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#current_version ⇒ ::String
Returns the value of attribute current_version.
919 920 921 |
# File 'sig/types.rbs', line 919 def current_version @current_version end |
#policy ⇒ ::String
Returns the value of attribute policy.
920 921 922 |
# File 'sig/types.rbs', line 920 def policy @policy end |