Class: Aws::Types::SendDestinationNumberVerificationCodeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name ⇒ ::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2012
2013
2014
# File 'sig/types.rbs', line 2012

def configuration_set_name
  @configuration_set_name
end

#context ⇒ ::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, ::String])


2013
2014
2015
# File 'sig/types.rbs', line 2013

def context
  @context
end

#destination_country_parameters ⇒ ::Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String]

Returns the value of attribute destination_country_parameters.

Returns:

  • (::Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String])


2014
2015
2016
# File 'sig/types.rbs', line 2014

def destination_country_parameters
  @destination_country_parameters
end

#language_code ⇒ "DE_DE", ...

Returns the value of attribute language_code.

Returns:

  • ("DE_DE", "EN_GB", "EN_US", "ES_419", "ES_ES", "FR_CA", "FR_FR", "IT_IT", "JA_JP", "KO_KR", "PT_BR", "ZH_CN", "ZH_TW")


2010
2011
2012
# File 'sig/types.rbs', line 2010

def language_code
  @language_code
end

#origination_identity ⇒ ::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def origination_identity
  @origination_identity
end

#verification_channel ⇒ "TEXT", "VOICE"

Returns the value of attribute verification_channel.

Returns:

  • ("TEXT", "VOICE")


2009
2010
2011
# File 'sig/types.rbs', line 2009

def verification_channel
  @verification_channel
end

#verified_destination_number_id ⇒ ::String

Returns the value of attribute verified_destination_number_id.

Returns:

  • (::String)


2008
2009
2010
# File 'sig/types.rbs', line 2008

def verified_destination_number_id
  @verified_destination_number_id
end