Class: Aws::Types::PutClusterPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::PutClusterPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#expected_policy_version ⇒ ::String
Returns the value of attribute expected_policy_version.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#bypass_policy_lockout_safety_check ⇒ Boolean
Returns the value of attribute bypass_policy_lockout_safety_check.
238 239 240 |
# File 'sig/types.rbs', line 238 def bypass_policy_lockout_safety_check @bypass_policy_lockout_safety_check end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
240 241 242 |
# File 'sig/types.rbs', line 240 def client_token @client_token end |
#expected_policy_version ⇒ ::String
Returns the value of attribute expected_policy_version.
239 240 241 |
# File 'sig/types.rbs', line 239 def expected_policy_version @expected_policy_version end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
236 237 238 |
# File 'sig/types.rbs', line 236 def identifier @identifier end |
#policy ⇒ ::String
Returns the value of attribute policy.
237 238 239 |
# File 'sig/types.rbs', line 237 def policy @policy end |