Class: Aws::Pinpoint::Types::EventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::EventsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about endpoints and the events that they’re associated with.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#results ⇒ Hash<String,Types::ItemResponse>
A map that contains a multipart response for each endpoint.
Instance Attribute Details
#results ⇒ Hash<String,Types::ItemResponse>
A map that contains a multipart response for each endpoint. For each item in this object, the endpoint ID is the key and the item response is the value. If no item response exists, the value can also be one of the following: 202, the request was processed successfully; or 400, the payload wasn’t valid or required fields were missing.
5487 5488 5489 5490 5491 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5487 class EventsResponse < Struct.new( :results) SENSITIVE = [] include Aws::Structure end |