Class: Aws::Types::PutContactPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutContactPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
528 529 530 |
# File 'sig/types.rbs', line 528 def contact_arn @contact_arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
529 530 531 |
# File 'sig/types.rbs', line 529 def policy @policy end |