You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::ItemResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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

Instance Attribute Details

#endpoint_item_responseTypes::EndpointItemResponse

The response that was received after the endpoint data was accepted.

Returns:

#events_item_responseHash<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.

Returns:

  • (Hash<String,Types::EventItemResponse>)

    A multipart response object that contains a key and a value for each event in the request.