Class: Aws::SSMContacts::Types::GetContactChannelResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#activation_statusString

A Boolean value indicating if the contact channel has been activated or not.

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-ssmcontacts/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_arnString

The ARN of the contact that the channel belongs to.

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-ssmcontacts/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_arnString

The ARN of the contact channel.

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-ssmcontacts/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_addressTypes::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 'gems/aws-sdk-ssmcontacts/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

#nameString

The name of the contact channel

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-ssmcontacts/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

#typeString

The type of contact channel. The type is SMS, VOICE, or EMAIL.

Returns:

  • (String)


916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-ssmcontacts/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