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

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

Overview

List of endpoints

Instance Attribute Summary collapse

Instance Attribute Details

#itemArray<Types::EndpointResponse>

The list of endpoints.

Returns:



4171
4172
4173
4174
# File 'lib/aws-sdk-pinpoint/types.rb', line 4171

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