Class: Aws::Pinpoint::Types::GetUserEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetUserEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
7484 7485 7486 7487 7488 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7484 class GetUserEndpointsResponse < Struct.new( :endpoints_response) SENSITIVE = [] include Aws::Structure end |