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)


1996
1997
1998
# File 'sig/types.rbs', line 1996

def configuration_set_name
  @configuration_set_name
end

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

Returns the value of attribute context.

Returns:

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


1999
2000
2001
# File 'sig/types.rbs', line 1999

def context
  @context
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def destination_phone_number
  @destination_phone_number
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2000
2001
2002
# File 'sig/types.rbs', line 2000

def dry_run
  @dry_run
end

#max_price::String

Returns the value of attribute max_price.

Returns:

  • (::String)


1997
1998
1999
# File 'sig/types.rbs', line 1997

def max_price
  @max_price
end

#media_urls::Array[::String]

Returns the value of attribute media_urls.

Returns:

  • (::Array[::String])


1995
1996
1997
# File 'sig/types.rbs', line 1995

def media_urls
  @media_urls
end

#message_body::String

Returns the value of attribute message_body.

Returns:

  • (::String)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def message_body
  @message_body
end

#message_feedback_enabledBoolean

Returns the value of attribute message_feedback_enabled.

Returns:

  • (Boolean)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def message_feedback_enabled
  @message_feedback_enabled
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


1993
1994
1995
# File 'sig/types.rbs', line 1993

def origination_identity
  @origination_identity
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


2001
2002
2003
# File 'sig/types.rbs', line 2001

def protect_configuration_id
  @protect_configuration_id
end

#time_to_live::Integer

Returns the value of attribute time_to_live.

Returns:

  • (::Integer)


1998
1999
2000
# File 'sig/types.rbs', line 1998

def time_to_live
  @time_to_live
end