Class: Aws::Types::MessageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addresses::Hash[::String, Types::AddressConfiguration]

Returns the value of attribute addresses.

Returns:



2304
2305
2306
# File 'sig/types.rbs', line 2304

def addresses
  @addresses
end

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

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


2305
2306
2307
# File 'sig/types.rbs', line 2305

def context
  @context
end

#endpoints::Hash[::String, Types::EndpointSendConfiguration]

Returns the value of attribute endpoints.

Returns:



2306
2307
2308
# File 'sig/types.rbs', line 2306

def endpoints
  @endpoints
end

#message_configurationTypes::DirectMessageConfiguration

Returns the value of attribute message_configuration.



2307
2308
2309
# File 'sig/types.rbs', line 2307

def message_configuration
  @message_configuration
end

#template_configurationTypes::TemplateConfiguration

Returns the value of attribute template_configuration.



2308
2309
2310
# File 'sig/types.rbs', line 2308

def template_configuration
  @template_configuration
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def trace_id
  @trace_id
end