Class: Aws::Types::GetClusterPolicyOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetClusterPolicyOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy ⇒ ::String
Returns the value of attribute policy.
-
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
Instance Attribute Details
#policy ⇒ ::String
Returns the value of attribute policy.
146 147 148 |
# File 'sig/types.rbs', line 146 def policy @policy end |
#policy_version ⇒ ::String
Returns the value of attribute policy_version.
147 148 149 |
# File 'sig/types.rbs', line 147 def policy_version @policy_version end |