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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_responseTypes::EndpointResponse

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



4994
4995
4996
4997
# File 'lib/aws-sdk-pinpoint/types.rb', line 4994

class DeleteEndpointResponse < Struct.new(
  :endpoint_response)
  include Aws::Structure
end