Class: Aws::Pinpoint::Types::DeleteUserEndpointsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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