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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoints_responseTypes::EndpointsResponse

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



7460
7461
7462
7463
7464
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7460

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