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.
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.
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.
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.
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.
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.
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.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def verified_destination_number_id @verified_destination_number_id end |