Class: Aws::SSMContacts::Types::GetContactChannelResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::GetContactChannelResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #activation_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Boolean value indicating if the contact channel has been activated or not.
 - 
  
    
      #contact_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the contact that the channel belongs to.
 - 
  
    
      #contact_channel_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the contact channel.
 - 
  
    
      #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.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of contact channel.
 
Instance Attribute Details
#activation_status ⇒ String
A Boolean value indicating if the contact channel has been activated or not.
      916 917 918 919 920 921 922 923 924 925  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 916 class GetContactChannelResult < Struct.new( :contact_arn, :contact_channel_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end  | 
  
#contact_arn ⇒ String
The ARN of the contact that the channel belongs to.
      916 917 918 919 920 921 922 923 924 925  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 916 class GetContactChannelResult < Struct.new( :contact_arn, :contact_channel_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end  | 
  
#contact_channel_arn ⇒ String
The ARN of the contact channel.
      916 917 918 919 920 921 922 923 924 925  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 916 class GetContactChannelResult < Struct.new( :contact_arn, :contact_channel_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_address ⇒ Types::ContactChannelAddress
The details that Incident Manager uses when trying to engage the contact channel.
      916 917 918 919 920 921 922 923 924 925  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 916 class GetContactChannelResult < Struct.new( :contact_arn, :contact_channel_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the contact channel
      916 917 918 919 920 921 922 923 924 925  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 916 class GetContactChannelResult < Struct.new( :contact_arn, :contact_channel_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of contact channel. The type is ‘SMS`, `VOICE`, or `EMAIL`.
      916 917 918 919 920 921 922 923 924 925  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 916 class GetContactChannelResult < Struct.new( :contact_arn, :contact_channel_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end  |