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

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

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