Class: Aws::Types::DeleteClusterPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClusterPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
90 91 92 |
# File 'sig/types.rbs', line 90 def client_token @client_token end |
#expected_policy_version ⇒ ::String
Returns the value of attribute expected_policy_version.
89 90 91 |
# File 'sig/types.rbs', line 89 def expected_policy_version @expected_policy_version end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
88 89 90 |
# File 'sig/types.rbs', line 88 def identifier @identifier end |