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

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

Overview

Note:

When making an API call, you may pass DeleteEndpointInput data as a hash:

{
  endpoint_arn: "String", # required
}

Input for DeleteEndpoint action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

EndpointArn of endpoint to delete.

Returns:

  • (String)


405
406
407
408
409
# File 'lib/aws-sdk-sns/types.rb', line 405

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