Class: Aws::Types::SendMessagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendMessagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#message_request ⇒ Types::MessageRequest
Returns the value of attribute message_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2723 2724 2725 |
# File 'sig/types.rbs', line 2723 def application_id @application_id end |
#message_request ⇒ Types::MessageRequest
Returns the value of attribute message_request.
2724 2725 2726 |
# File 'sig/types.rbs', line 2724 def @message_request end |