Class: Aws::Types::SendRcsMessageRequest

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)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def message_feedback_enabled
  @message_feedback_enabled
end

#message_traffic_type ⇒ ::String

Returns the value of attribute message_traffic_type.

Returns:

  • (::String)


2089
2090
2091
# File 'sig/types.rbs', line 2089

def message_traffic_type
  @message_traffic_type
end

#origination_identity ⇒ ::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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
  @rcs_message_content
end

#time_to_live ⇒ ::Integer

Returns the value of attribute time_to_live.

Returns:

  • (::Integer)


2088
2089
2090
# File 'sig/types.rbs', line 2088

def time_to_live
  @time_to_live
end