Class: Aws::Types::PutClusterPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutClusterPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
942 943 944 |
# File 'sig/types.rbs', line 942 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
943 944 945 |
# File 'sig/types.rbs', line 943 def current_version @current_version end |
#policy ⇒ ::String
Returns the value of attribute policy.
944 945 946 |
# File 'sig/types.rbs', line 944 def policy @policy end |