Class: Aws::Types::SendUsersMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendUsersMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#message_configuration ⇒ Types::DirectMessageConfiguration
Returns the value of attribute message_configuration.
-
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
-
#users ⇒ ::Hash[::String, Types::EndpointSendConfiguration]
Returns the value of attribute users.
Instance Attribute Details
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def context @context end |
#message_configuration ⇒ Types::DirectMessageConfiguration
Returns the value of attribute message_configuration.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def @message_configuration end |
#template_configuration ⇒ Types::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.
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.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def users @users end |