Class: Aws::Types::SendTextMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendTextMessageRequest
- 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.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#keyword ⇒ ::String
Returns the value of attribute keyword.
-
#max_price ⇒ ::String
Returns the value of attribute max_price.
-
#message_body ⇒ ::String
Returns the value of attribute message_body.
-
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
-
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
-
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def configuration_set_name @configuration_set_name end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def context @context end |
#destination_country_parameters ⇒ ::Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String]
Returns the value of attribute destination_country_parameters.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def destination_country_parameters @destination_country_parameters end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def dry_run @dry_run end |
#keyword ⇒ ::String
Returns the value of attribute keyword.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def keyword @keyword end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def max_price @max_price end |
#message_body ⇒ ::String
Returns the value of attribute message_body.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def end |
#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"
Returns the value of attribute message_type.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def origination_identity @origination_identity end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def protect_configuration_id @protect_configuration_id end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def time_to_live @time_to_live end |