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.
957 958 959 |
# File 'sig/types.rbs', line 957 def current_version @current_version end |
#policy ⇒ ::String
Returns the value of attribute policy.
958 959 960 |
# File 'sig/types.rbs', line 958 def policy @policy end |