Class: Aws::Types::UpdateContactChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_channel_id ⇒ ::String

Returns the value of attribute contact_channel_id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def contact_channel_id
  @contact_channel_id
end

#delivery_address ⇒ Types::ContactChannelAddress

Returns the value of attribute delivery_address.



697
698
699
# File 'sig/types.rbs', line 697

def delivery_address
  @delivery_address
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def name
  @name
end