Class: Aws::SSMContacts::Types::ContactChannel
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ContactChannel
- Defined in:
- gems/aws-sdk-ssmcontacts/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.
224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 224 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.
224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 224 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.
224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 224 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.
224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 224 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.
224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 224 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
224 225 226 227 228 229 230 231 232 233 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 224 class ContactChannel < Struct.new( :contact_channel_arn, :contact_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end |