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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 'lib/aws-sdk-sns/types.rb', line 474

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