Class: Aws::SSMContacts::Types::GetContactPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::GetContactPolicyRequest
 
 
- 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.
 
Instance Attribute Details
#contact_arn ⇒ String
The Amazon Resource Name (ARN) of the contact or escalation plan.
      933 934 935 936 937  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 933 class GetContactPolicyRequest < Struct.new( :contact_arn) SENSITIVE = [] include Aws::Structure end  |