Class: Aws::Pinpoint::Types::DeleteEndpointResponse

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

#endpoint_responseTypes::EndpointResponse

Provides information about the channel type and other settings for an endpoint.



3733
3734
3735
3736
3737
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3733

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