Class: Aws::Types::ContactChannel
- Inherits:
-
Object
- Object
- Aws::Types::ContactChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_status ⇒ "ACTIVATED", "NOT_ACTIVATED"
Returns the value of attribute activation_status.
-
#contact_arn ⇒ ::String
Returns the value of attribute contact_arn.
-
#contact_channel_arn ⇒ ::String
Returns the value of attribute contact_channel_arn.
-
#delivery_address ⇒ Types::ContactChannelAddress
Returns the value of attribute delivery_address.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "SMS", ...
Returns the value of attribute type.
Instance Attribute Details
#activation_status ⇒ "ACTIVATED", "NOT_ACTIVATED"
Returns the value of attribute activation_status.
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.
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.
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.
63 64 65 |
# File 'sig/types.rbs', line 63 def name @name end |
#type ⇒ "SMS", ...
Returns the value of attribute type.
64 65 66 |
# File 'sig/types.rbs', line 64 def type @type end |