Class: Aws::Types::GetContactChannelResult

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")


260
261
262
# File 'sig/types.rbs', line 260

def activation_status
  @activation_status
end

#contact_arn ⇒ ::String

Returns the value of attribute contact_arn.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def contact_arn
  @contact_arn
end

#contact_channel_arn ⇒ ::String

Returns the value of attribute contact_channel_arn.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def contact_channel_arn
  @contact_channel_arn
end

#delivery_address ⇒ Types::ContactChannelAddress

Returns the value of attribute delivery_address.



259
260
261
# File 'sig/types.rbs', line 259

def delivery_address
  @delivery_address
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def name
  @name
end

#type ⇒ "SMS", ...

Returns the value of attribute type.

Returns:

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


258
259
260
# File 'sig/types.rbs', line 258

def type
  @type
end