Class: Aws::Pinpoint::Types::GetUserEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetUserEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#endpoints_response ⇒ Types::EndpointsResponse
Provides information about all the endpoints that are associated with a user ID.
Instance Attribute Details
#endpoints_response ⇒ Types::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 |