Class: Aws::SSMContacts::Types::GetContactResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::GetContactResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alias  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The alias of the contact or escalation plan.
 - 
  
    
      #contact_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the contact or escalation plan.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full name of the contact or escalation plan.
 - 
  
    
      #plan  ⇒ Types::Plan 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of contact, either ‘PERSONAL` or `ESCALATION`.
 
Instance Attribute Details
#alias ⇒ String
The alias of the contact or escalation plan. The alias is unique and identifiable.
      993 994 995 996 997 998 999 1000 1001  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 993 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end  | 
  
#contact_arn ⇒ String
The ARN of the contact or escalation plan.
      993 994 995 996 997 998 999 1000 1001  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 993 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The full name of the contact or escalation plan.
      993 994 995 996 997 998 999 1000 1001  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 993 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end  | 
  
#plan ⇒ Types::Plan
Details about the specific timing or stages and targets of the escalation plan or engagement plan.
      993 994 995 996 997 998 999 1000 1001  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 993 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of contact, either ‘PERSONAL` or `ESCALATION`.
      993 994 995 996 997 998 999 1000 1001  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 993 class GetContactResult < Struct.new( :contact_arn, :alias, :display_name, :type, :plan) SENSITIVE = [] include Aws::Structure end  |