Class: Aws::Pinpoint::Types::DeleteUserEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteUserEndpointsResponse
- 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.
3996 3997 3998 3999 4000 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3996 class DeleteUserEndpointsResponse < Struct.new( :endpoints_response) SENSITIVE = [] include Aws::Structure end |