Class: Aws::Types::GetContactChannelResult
- Inherits:
-
Object
- Object
- Aws::Types::GetContactChannelResult
- 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.
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.
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.
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.
257 258 259 |
# File 'sig/types.rbs', line 257 def name @name end |
#type ⇒ "SMS", ...
Returns the value of attribute type.
258 259 260 |
# File 'sig/types.rbs', line 258 def type @type end |