Class: Aws::Types::MessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::MessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addresses ⇒ ::Hash[::String, Types::AddressConfiguration]
Returns the value of attribute addresses.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#endpoints ⇒ ::Hash[::String, Types::EndpointSendConfiguration]
Returns the value of attribute endpoints.
-
#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.
Instance Attribute Details
#addresses ⇒ ::Hash[::String, Types::AddressConfiguration]
Returns the value of attribute addresses.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def addresses @addresses end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def context @context end |
#endpoints ⇒ ::Hash[::String, Types::EndpointSendConfiguration]
Returns the value of attribute endpoints.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def endpoints @endpoints end |
#message_configuration ⇒ Types::DirectMessageConfiguration
Returns the value of attribute message_configuration.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def @message_configuration end |
#template_configuration ⇒ Types::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.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def trace_id @trace_id end |