Class: Aws::Types::SendMediaMessageRequest

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)


2028
2029
2030
# File 'sig/types.rbs', line 2028

def configuration_set_name
  @configuration_set_name
end

#context ⇒ ::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

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


2031
2032
2033
# File 'sig/types.rbs', line 2031

def context
  @context
end

#destination_phone_number ⇒ ::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def destination_phone_number
  @destination_phone_number
end

#dry_run ⇒ Boolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def dry_run
  @dry_run
end

#max_price ⇒ ::String

Returns the value of attribute max_price.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def max_price
  @max_price
end

#media_urls ⇒ ::Array[::String]

Returns the value of attribute media_urls.

Returns:

  • (::Array[::String])


2027
2028
2029
# File 'sig/types.rbs', line 2027

def media_urls
  @media_urls
end

#message_body ⇒ ::String

Returns the value of attribute message_body.

Returns:

  • (::String)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def message_body
  @message_body
end

#message_feedback_enabled ⇒ Boolean

Returns the value of attribute message_feedback_enabled.

Returns:

  • (Boolean)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def message_feedback_enabled
  @message_feedback_enabled
end

#origination_identity ⇒ ::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def origination_identity
  @origination_identity
end

#protect_configuration_id ⇒ ::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def protect_configuration_id
  @protect_configuration_id
end

#time_to_live ⇒ ::Integer

Returns the value of attribute time_to_live.

Returns:

  • (::Integer)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def time_to_live
  @time_to_live
end