Class: Aws::Types::DeleteResiliencyPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResiliencyPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
454 455 456 |
# File 'sig/types.rbs', line 454 def client_token @client_token end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
455 456 457 |
# File 'sig/types.rbs', line 455 def policy_arn @policy_arn end |