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.
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.
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.
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.
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.
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.
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.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def @message_body end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def @message_feedback_enabled end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
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.
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.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def time_to_live @time_to_live end |