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.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

EndpointArn of endpoint to delete.

Returns:

  • (String)


332
333
334
335
# File 'lib/aws-sdk-sns/types.rb', line 332

class DeleteEndpointInput < Struct.new(
  :endpoint_arn)
  include Aws::Structure
end