Class: Aws::SSMContacts::Types::ContactChannelAddress

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

Overview

The details that Incident Manager uses when trying to engage the contact channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#simple_addressString

The format is dependent on the type of the contact channel. The following are the expected formats:

  • SMS - '+' followed by the country code and phone number

  • VOICE - '+' followed by the country code and phone number

  • EMAIL - any standard email format

Returns:

  • (String)


246
247
248
249
250
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 246

class ContactChannelAddress < Struct.new(
  :simple_address)
  SENSITIVE = []
  include Aws::Structure
end