Class: Aws::Types::SendUsersMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute context.

Returns:

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


2760
2761
2762
# File 'sig/types.rbs', line 2760

def context
  @context
end

#message_configurationTypes::DirectMessageConfiguration

Returns the value of attribute message_configuration.



2761
2762
2763
# File 'sig/types.rbs', line 2761

def message_configuration
  @message_configuration
end

#template_configurationTypes::TemplateConfiguration

Returns the value of attribute template_configuration.



2762
2763
2764
# File 'sig/types.rbs', line 2762

def template_configuration
  @template_configuration
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


2763
2764
2765
# File 'sig/types.rbs', line 2763

def trace_id
  @trace_id
end

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

Returns the value of attribute users.

Returns:



2764
2765
2766
# File 'sig/types.rbs', line 2764

def users
  @users
end