Class: Aws::Types::CreateContactChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id ⇒ ::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def idempotency_token
  @idempotency_token
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def name
  @name
end

#type ⇒ "SMS", ...

Returns the value of attribute type.

Returns:

  • ("SMS", "VOICE", "EMAIL")


90
91
92
# File 'sig/types.rbs', line 90

def type
  @type
end