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)


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.

Returns:

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


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.

Returns:

  • (::String)


2053
2054
2055
# File 'sig/types.rbs', line 2053

def destination_phone_number
  @destination_phone_number
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def dry_run
  @dry_run
end

#fallback_configurationTypes::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.

Returns:

  • (::String)


2061
2062
2063
# File 'sig/types.rbs', line 2061

def max_price
  @max_price
end

#message_feedback_enabledBoolean

Returns the value of attribute message_feedback_enabled.

Returns:

  • (Boolean)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def message_feedback_enabled
  @message_feedback_enabled
end

#message_traffic_type::String

Returns the value of attribute message_traffic_type.

Returns:

  • (::String)


2057
2058
2059
# File 'sig/types.rbs', line 2057

def message_traffic_type
  @message_traffic_type
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2059
2060
2061
# File 'sig/types.rbs', line 2059

def protect_configuration_id
  @protect_configuration_id
end

#rcs_message_contentTypes::RcsMessageContent

Returns the value of attribute rcs_message_content.



2055
2056
2057
# File 'sig/types.rbs', line 2055

def rcs_message_content
  @rcs_message_content
end

#time_to_live::Integer

Returns the value of attribute time_to_live.

Returns:

  • (::Integer)


2056
2057
2058
# File 'sig/types.rbs', line 2056

def time_to_live
  @time_to_live
end