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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.



3986
3987
3988
3989
3990
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3986

class DeleteUserEndpointsResponse < Struct.new(
  :endpoints_response)
  SENSITIVE = []
  include Aws::Structure
end