Class: Aws::Types::SendNotifyTextMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendNotifyTextMessageRequest
- 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_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
-
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#template_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_variables.
-
#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.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def configuration_set_name @configuration_set_name end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def context @context end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def dry_run @dry_run end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def notify_configuration_id @notify_configuration_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def template_id @template_id end |
#template_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_variables.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def template_variables @template_variables end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def time_to_live @time_to_live end |