Class: Aws::Types::UpdateContactChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_channel_id ⇒ ::String
Returns the value of attribute contact_channel_id.
-
#delivery_address ⇒ Types::ContactChannelAddress
Returns the value of attribute delivery_address.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#contact_channel_id ⇒ ::String
Returns the value of attribute contact_channel_id.
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.
696 697 698 |
# File 'sig/types.rbs', line 696 def name @name end |