Class: Aws::Types::ActivateContactChannelRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activation_code ⇒ ::String

Returns the value of attribute activation_code.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def activation_code
  @activation_code
end

#contact_channel_id ⇒ ::String

Returns the value of attribute contact_channel_id.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def contact_channel_id
  @contact_channel_id
end