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.
973 974 975 |
# File 'sig/types.rbs', line 973 def cluster_arn @cluster_arn end |
#current_version ⇒ ::String
Returns the value of attribute current_version.
974 975 976 |
# File 'sig/types.rbs', line 974 def current_version @current_version end |
#policy ⇒ ::String
Returns the value of attribute policy.
975 976 977 |
# File 'sig/types.rbs', line 975 def policy @policy end |