Class: Aws::Types::GetContactPolicyResult
- Inherits:
-
Object
- Object
- Aws::Types::GetContactPolicyResult
- 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.
270 271 272 |
# File 'sig/types.rbs', line 270 def contact_arn @contact_arn end |
#policy ⇒ ::String
Returns the value of attribute policy.
271 272 273 |
# File 'sig/types.rbs', line 271 def policy @policy end |