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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

The response that’s provided after registering the endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_item_responseTypes::EndpointItemResponse

The response received after the endpoint was accepted.



6331
6332
6333
6334
6335
# File 'lib/aws-sdk-pinpoint/types.rb', line 6331

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

#events_item_responseHash<String,Types::EventItemResponse>

A multipart response object that contains a key and value for each event ID in the request. In each object, the event ID is the key, and an EventItemResponse object is the value.

Returns:



6331
6332
6333
6334
6335
# File 'lib/aws-sdk-pinpoint/types.rb', line 6331

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