Class: Aws::SSMContacts::Types::ChannelTargetInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::ChannelTargetInfo
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Information about the contact channel that Incident Manager uses to engage the contact.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_channel_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the contact channel.
 - 
  
    
      #retry_interval_in_minutes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
 
Instance Attribute Details
#contact_channel_id ⇒ String
The Amazon Resource Name (ARN) of the contact channel.
      114 115 116 117 118 119  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 114 class ChannelTargetInfo < Struct.new( :contact_channel_id, :retry_interval_in_minutes) SENSITIVE = [] include Aws::Structure end  | 
  
#retry_interval_in_minutes ⇒ Integer
The number of minutes to wait to retry sending engagement in the case the engagement initially fails.
      114 115 116 117 118 119  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 114 class ChannelTargetInfo < Struct.new( :contact_channel_id, :retry_interval_in_minutes) SENSITIVE = [] include Aws::Structure end  |