Class: Aws::Types::SendNotifyTextMessageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


2013
2014
2015
# File 'sig/types.rbs', line 2013

def destination_phone_number
  @destination_phone_number
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2019
2020
2021
# File 'sig/types.rbs', line 2019

def dry_run
  @dry_run
end

#message_feedback_enabledBoolean

Returns the value of attribute message_feedback_enabled.

Returns:

  • (Boolean)


2020
2021
2022
# File 'sig/types.rbs', line 2020

def message_feedback_enabled
  @message_feedback_enabled
end

#notify_configuration_id::String

Returns the value of attribute notify_configuration_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Integer)


2016
2017
2018
# File 'sig/types.rbs', line 2016

def time_to_live
  @time_to_live
end