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

List of endpoints



6048
6049
6050
6051
# File 'lib/aws-sdk-pinpoint/types.rb', line 6048

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