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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_item_responseTypes::EndpointItemResponse

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



8196
8197
8198
8199
8200
8201
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8196

class ItemResponse < Struct.new(
  :endpoint_item_response,
  :events_item_response)
  SENSITIVE = []
  include Aws::Structure
end

#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:



8196
8197
8198
8199
8200
8201
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 8196

class ItemResponse < Struct.new(
  :endpoint_item_response,
  :events_item_response)
  SENSITIVE = []
  include Aws::Structure
end