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.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def configuration_set_name @configuration_set_name end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def context @context end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def dry_run @dry_run end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def @message_feedback_enabled end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def notify_configuration_id @notify_configuration_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def template_id @template_id end |
#template_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_variables.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def template_variables @template_variables end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def time_to_live @time_to_live end |