Class: Aws::SSMContacts::Types::ContactChannel
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ContactChannel
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
The method that Incident Manager uses to engage a contact.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activation_status ⇒ String
A Boolean value describing if the contact channel has been activated or not.
-
#contact_arn ⇒ String
The ARN of the contact that contains the contact channel.
-
#contact_channel_arn ⇒ String
The Amazon Resource Name (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 the contact channel.
Instance Attribute Details
#activation_status ⇒ String
A Boolean value describing if the contact channel has been activated or not. If the contact channel isn’t activated, Incident Manager can’t engage the contact through it.
219 220 221 222 223 224 225 226 227 228 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 219 class ContactChannel < Struct.new( :contact_channel_arn, :contact_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end |
#contact_arn ⇒ String
The ARN of the contact that contains the contact channel.
219 220 221 222 223 224 225 226 227 228 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 219 class ContactChannel < Struct.new( :contact_channel_arn, :contact_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end |
#contact_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the contact channel.
219 220 221 222 223 224 225 226 227 228 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 219 class ContactChannel < Struct.new( :contact_channel_arn, :contact_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.
219 220 221 222 223 224 225 226 227 228 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 219 class ContactChannel < Struct.new( :contact_channel_arn, :contact_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the contact channel.
219 220 221 222 223 224 225 226 227 228 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 219 class ContactChannel < Struct.new( :contact_channel_arn, :contact_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the contact channel. Incident Manager supports three contact methods:
-
SMS
-
VOICE
-
EMAIL
219 220 221 222 223 224 225 226 227 228 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 219 class ContactChannel < Struct.new( :contact_channel_arn, :contact_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end |