Class: Aws::Types::SendUsersMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendUsersMessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#result ⇒ ::Hash[::String, ::Hash[::String, Types::EndpointMessageResult]]
Returns the value of attribute result.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def application_id @application_id end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def request_id @request_id end |
#result ⇒ ::Hash[::String, ::Hash[::String, Types::EndpointMessageResult]]
Returns the value of attribute result.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def result @result end |