Class: Aws::Types::ContactChannel

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_status ⇒ "ACTIVATED", "NOT_ACTIVATED"

Returns the value of attribute activation_status.

Returns:

  • ("ACTIVATED", "NOT_ACTIVATED")


66
67
68
# File 'sig/types.rbs', line 66

def activation_status
  @activation_status
end

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def contact_arn
  @contact_arn
end

#contact_channel_arn ⇒ ::String

Returns the value of attribute contact_channel_arn.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def contact_channel_arn
  @contact_channel_arn
end

#delivery_address ⇒ Types::ContactChannelAddress

Returns the value of attribute delivery_address.



65
66
67
# File 'sig/types.rbs', line 65

def delivery_address
  @delivery_address
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def name
  @name
end

#type ⇒ "SMS", ...

Returns the value of attribute type.

Returns:

  • ("SMS", "VOICE", "EMAIL")


64
65
66
# File 'sig/types.rbs', line 64

def type
  @type
end