Class: Aws::SSMContacts::Types::UpdateContactChannelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::UpdateContactChannelRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_channel_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the contact channel you want to update.
 - 
  
    
      #delivery_address  ⇒ Types::ContactChannelAddress 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details that Incident Manager uses when trying to engage the contact channel.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the contact channel.
 
Instance Attribute Details
#contact_channel_id ⇒ String
The Amazon Resource Name (ARN) of the contact channel you want to update.
      2401 2402 2403 2404 2405 2406 2407  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2401 class UpdateContactChannelRequest < Struct.new( :contact_channel_id, :name, :delivery_address) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_address ⇒ Types::ContactChannelAddress
The details that Incident Manager uses when trying to engage the contact channel.
      2401 2402 2403 2404 2405 2406 2407  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2401 class UpdateContactChannelRequest < Struct.new( :contact_channel_id, :name, :delivery_address) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the contact channel.
      2401 2402 2403 2404 2405 2406 2407  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2401 class UpdateContactChannelRequest < Struct.new( :contact_channel_id, :name, :delivery_address) SENSITIVE = [] include Aws::Structure end  |