Class: Aws::Types::SendRcsMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendRcsMessageRequest
- 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.
-
#fallback_configuration ⇒ Types::RcsFallbackConfiguration
Returns the value of attribute fallback_configuration.
-
#max_price ⇒ ::String
Returns the value of attribute max_price.
-
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
-
#message_traffic_type ⇒ ::String
Returns the value of attribute message_traffic_type.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
-
#rcs_message_content ⇒ Types::RcsMessageContent
Returns the value of attribute rcs_message_content.
-
#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.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def configuration_set_name @configuration_set_name end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def context @context end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def dry_run @dry_run end |
#fallback_configuration ⇒ Types::RcsFallbackConfiguration
Returns the value of attribute fallback_configuration.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def fallback_configuration @fallback_configuration end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def max_price @max_price end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def @message_feedback_enabled end |
#message_traffic_type ⇒ ::String
Returns the value of attribute message_traffic_type.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def @message_traffic_type end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def origination_identity @origination_identity end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def protect_configuration_id @protect_configuration_id end |
#rcs_message_content ⇒ Types::RcsMessageContent
Returns the value of attribute rcs_message_content.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def @rcs_message_content end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def time_to_live @time_to_live end |