Class: Aws::Pinpoint::Types::GetUserEndpointsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#endpoints_responseTypes::EndpointsResponse

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



9392
9393
9394
9395
# File 'lib/aws-sdk-pinpoint/types.rb', line 9392

class GetUserEndpointsResponse < Struct.new(
  :endpoints_response)
  include Aws::Structure
end