Class: Aws::Types::MessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::MessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#endpoint_result ⇒ ::Hash[::String, Types::EndpointMessageResult]
Returns the value of attribute endpoint_result.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#result ⇒ ::Hash[::String, Types::MessageResult]
Returns the value of attribute result.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def application_id @application_id end |
#endpoint_result ⇒ ::Hash[::String, Types::EndpointMessageResult]
Returns the value of attribute endpoint_result.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def endpoint_result @endpoint_result end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def request_id @request_id end |
#result ⇒ ::Hash[::String, Types::MessageResult]
Returns the value of attribute result.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def result @result end |