Class: Aws::Types::SendTextMessageRequest

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)


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.

Returns:

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


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.

Returns:

  • (::Hash[("IN_TEMPLATE_ID" | "IN_ENTITY_ID"), ::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


2116
2117
2118
# File 'sig/types.rbs', line 2116

def dry_run
  @dry_run
end

#keyword ⇒ ::String

Returns the value of attribute keyword.

Returns:

  • (::String)


2110
2111
2112
# File 'sig/types.rbs', line 2110

def keyword
  @keyword
end

#max_price ⇒ ::String

Returns the value of attribute max_price.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def message_body
  @message_body
end

#message_feedback_enabled ⇒ Boolean

Returns the value of attribute message_feedback_enabled.

Returns:

  • (Boolean)


2118
2119
2120
# File 'sig/types.rbs', line 2118

def message_feedback_enabled
  @message_feedback_enabled
end

#message_type ⇒ "TRANSACTIONAL", "PROMOTIONAL"

Returns the value of attribute message_type.

Returns:

  • ("TRANSACTIONAL", "PROMOTIONAL")


2109
2110
2111
# File 'sig/types.rbs', line 2109

def message_type
  @message_type
end

#origination_identity ⇒ ::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2113
2114
2115
# File 'sig/types.rbs', line 2113

def time_to_live
  @time_to_live
end