Class: Aws::SSMContacts::Types::GetContactChannelResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::GetContactChannelResult
- Defined in:
- gems/aws-sdk-ssmcontacts/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.
931 932 933 934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 931 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.
931 932 933 934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 931 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.
931 932 933 934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 931 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.
931 932 933 934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 931 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
931 932 933 934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 931 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
.
931 932 933 934 935 936 937 938 939 940 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 931 class GetContactChannelResult < Struct.new( :contact_arn, :contact_channel_arn, :name, :type, :delivery_address, :activation_status) SENSITIVE = [] include Aws::Structure end |