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

Endpoint response



2533
2534
2535
2536
# File 'lib/aws-sdk-pinpoint/types.rb', line 2533

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