Class: Aws::SSMContacts::Types::PutContactPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::PutContactPolicyRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The Amazon Resource Name (ARN) of the contact or escalation plan.
-
#policy ⇒ String
Details of the resource policy.
Instance Attribute Details
#contact_arn ⇒ String
The Amazon Resource Name (ARN) of the contact or escalation plan.
1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1827 class PutContactPolicyRequest < Struct.new( :contact_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
Details of the resource policy.
1827 1828 1829 1830 1831 1832 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1827 class PutContactPolicyRequest < Struct.new( :contact_arn, :policy) SENSITIVE = [] include Aws::Structure end |