Class: Aws::Types::CreateContactChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#defer_activation ⇒ Boolean
Returns the value of attribute defer_activation.
-
#delivery_address ⇒ Types::ContactChannelAddress
Returns the value of attribute delivery_address.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "SMS", ...
Returns the value of attribute type.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
88 89 90 |
# File 'sig/types.rbs', line 88 def contact_id @contact_id end |
#defer_activation ⇒ Boolean
Returns the value of attribute defer_activation.
92 93 94 |
# File 'sig/types.rbs', line 92 def defer_activation @defer_activation end |
#delivery_address ⇒ Types::ContactChannelAddress
Returns the value of attribute delivery_address.
91 92 93 |
# File 'sig/types.rbs', line 91 def delivery_address @delivery_address end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
93 94 95 |
# File 'sig/types.rbs', line 93 def idempotency_token @idempotency_token end |
#name ⇒ ::String
Returns the value of attribute name.
89 90 91 |
# File 'sig/types.rbs', line 89 def name @name end |
#type ⇒ "SMS", ...
Returns the value of attribute type.
90 91 92 |
# File 'sig/types.rbs', line 90 def type @type end |