Class: Aws::Types::SendDestinationNumberVerificationCodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendDestinationNumberVerificationCodeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#destination_country_parameters ⇒ ::Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String]
Returns the value of attribute destination_country_parameters.
-
#language_code ⇒ "DE_DE", ...
Returns the value of attribute language_code.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#verification_channel ⇒ "TEXT", "VOICE"
Returns the value of attribute verification_channel.
-
#verified_destination_number_id ⇒ ::String
Returns the value of attribute verified_destination_number_id.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
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.
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.
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.
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.
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.
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.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def verified_destination_number_id @verified_destination_number_id end |