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.

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:



5188
5189
5190
5191
5192
# File 'lib/aws-sdk-pinpoint/types.rb', line 5188

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