Class: Aws::SNS::Types::DeleteEndpointInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb

Overview

Input for DeleteEndpoint action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

EndpointArn of endpoint to delete.

Returns:

  • (String)


474
475
476
477
478
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 474

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