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.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def configuration_set_name @configuration_set_name end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def context @context end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def dry_run @dry_run end |
#fallback_configuration ⇒ Types::RcsFallbackConfiguration
Returns the value of attribute fallback_configuration.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def fallback_configuration @fallback_configuration end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def max_price @max_price end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def @message_feedback_enabled end |
#message_traffic_type ⇒ ::String
Returns the value of attribute message_traffic_type.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def @message_traffic_type end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def origination_identity @origination_identity end |
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def protect_configuration_id @protect_configuration_id end |
#rcs_message_content ⇒ Types::RcsMessageContent
Returns the value of attribute rcs_message_content.
2055 2056 2057 |
# File 'sig/types.rbs', line 2055 def @rcs_message_content end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def time_to_live @time_to_live end |