Class: Aws::Pinpoint::Types::EndpointsResponse

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

Overview

Provides information about all the endpoints that are associated with a user ID.

Instance Attribute Summary collapse

Instance Attribute Details

#itemArray<Types::EndpointResponse>

An array of responses, one for each endpoint that’s associated with the user ID.

Returns:



6825
6826
6827
6828
# File 'lib/aws-sdk-pinpoint/types.rb', line 6825

class EndpointsResponse < Struct.new(
  :item)
  include Aws::Structure
end