Class: Aws::Types::SendMediaMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendMediaMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#max_price ⇒ ::String
Returns the value of attribute max_price.
-
#media_urls ⇒ ::Array[::String]
Returns the value of attribute media_urls.
-
#message_body ⇒ ::String
Returns the value of attribute message_body.
-
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
-
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
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.
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.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
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.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def @message_body end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def @message_feedback_enabled end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
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.
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.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def time_to_live @time_to_live end |