Class: Aws::Types::SendOTPMessageRequestParameters
- Inherits:
-
Object
- Object
- Aws::Types::SendOTPMessageRequestParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_attempts ⇒ ::Integer
Returns the value of attribute allowed_attempts.
-
#brand_name ⇒ ::String
Returns the value of attribute brand_name.
-
#channel ⇒ ::String
Returns the value of attribute channel.
-
#code_length ⇒ ::Integer
Returns the value of attribute code_length.
-
#destination_identity ⇒ ::String
Returns the value of attribute destination_identity.
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#language ⇒ ::String
Returns the value of attribute language.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#validity_period ⇒ ::Integer
Returns the value of attribute validity_period.
Instance Attribute Details
#allowed_attempts ⇒ ::Integer
Returns the value of attribute allowed_attempts.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def allowed_attempts @allowed_attempts end |
#brand_name ⇒ ::String
Returns the value of attribute brand_name.
2741 2742 2743 |
# File 'sig/types.rbs', line 2741 def brand_name @brand_name end |
#channel ⇒ ::String
Returns the value of attribute channel.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def channel @channel end |
#code_length ⇒ ::Integer
Returns the value of attribute code_length.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def code_length @code_length end |
#destination_identity ⇒ ::String
Returns the value of attribute destination_identity.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def destination_identity @destination_identity end |
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def entity_id @entity_id end |
#language ⇒ ::String
Returns the value of attribute language.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def language @language end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def origination_identity @origination_identity end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def reference_id @reference_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 def template_id @template_id end |
#validity_period ⇒ ::Integer
Returns the value of attribute validity_period.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def validity_period @validity_period end |