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)


1980
1981
1982
# File 'sig/types.rbs', line 1980

def configuration_set_name
  @configuration_set_name
end

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

Returns the value of attribute context.

Returns:

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


1981
1982
1983
# File 'sig/types.rbs', line 1981

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])


1982
1983
1984
# File 'sig/types.rbs', line 1982

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")


1978
1979
1980
# File 'sig/types.rbs', line 1978

def language_code
  @language_code
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def origination_identity
  @origination_identity
end

#verification_channel"TEXT", "VOICE"

Returns the value of attribute verification_channel.

Returns:

  • ("TEXT", "VOICE")


1977
1978
1979
# File 'sig/types.rbs', line 1977

def verification_channel
  @verification_channel
end

#verified_destination_number_id::String

Returns the value of attribute verified_destination_number_id.

Returns:

  • (::String)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def verified_destination_number_id
  @verified_destination_number_id
end