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

Inherits:
Struct
  • Object
show all
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.

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.



8186
8187
8188
8189
8190
8191
# File 'lib/aws-sdk-pinpoint/types.rb', line 8186

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:



8186
8187
8188
8189
8190
8191
# File 'lib/aws-sdk-pinpoint/types.rb', line 8186

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