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.
926 927 928 |
# File 'sig/types.rbs', line 926 def current_version @current_version end |
#policy ⇒ ::String
Returns the value of attribute policy.
927 928 929 |
# File 'sig/types.rbs', line 927 def policy @policy end |