Class: Aws::SNS::Types::DeleteTopicInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

The ARN of the topic you want to delete.

Returns:

  • (String)


516
517
518
519
520
# File 'lib/aws-sdk-sns/types.rb', line 516

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