Class: Aws::Pinpoint::Types::ItemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ItemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Provides information about the results of a request to create or update an endpoint that’s associated with an event.
Instance Attribute Summary collapse
-
#endpoint_item_response ⇒ Types::EndpointItemResponse
The response that was received after the endpoint data was accepted.
-
#events_item_response ⇒ Hash<String,Types::EventItemResponse>
A multipart response object that contains a key and a value for each event in the request.
Instance Attribute Details
#endpoint_item_response ⇒ Types::EndpointItemResponse
The response that was received after the endpoint data was accepted.
9803 9804 9805 9806 9807 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9803 class ItemResponse < Struct.new( :endpoint_item_response, :events_item_response) include Aws::Structure end |
#events_item_response ⇒ Hash<String,Types::EventItemResponse>
A multipart response object that contains a key and a value for each event in the request. In each object, the event ID is the key and an EventItemResponse object is the value.
9803 9804 9805 9806 9807 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9803 class ItemResponse < Struct.new( :endpoint_item_response, :events_item_response) include Aws::Structure end |