Class: Aws::SSMContacts::Types::GetContactPolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::GetContactPolicyResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_arn ⇒ String
The ARN of the contact or escalation plan.
-
#policy ⇒ String
Details about the resource policy attached to the contact or escalation plan.
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the contact or escalation plan.
950 951 952 953 954 955 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 950 class GetContactPolicyResult < Struct.new( :contact_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
Details about the resource policy attached to the contact or escalation plan.
950 951 952 953 954 955 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 950 class GetContactPolicyResult < Struct.new( :contact_arn, :policy) SENSITIVE = [] include Aws::Structure end |