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)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def message_feedback_enabled
  @message_feedback_enabled
end

#notify_configuration_id ⇒ ::String

Returns the value of attribute notify_configuration_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Integer)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def time_to_live
  @time_to_live
end