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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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:



5164
5165
5166
5167
5168
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5164

class EndpointsResponse < Struct.new(
  :item)
  SENSITIVE = []
  include Aws::Structure
end