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.
935 936 937 |
# File 'sig/types.rbs', line 935 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
936 937 938 |
# File 'sig/types.rbs', line 936 def current_version @current_version end |
#policy ⇒ ::String
Returns the value of attribute policy.
937 938 939 |
# File 'sig/types.rbs', line 937 def policy @policy end |