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

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 DeleteTopicInput data as a hash:

{
  topic_arn: "topicARN", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

The ARN of the topic you want to delete.

Returns:

  • (String)


370
371
372
373
# File 'lib/aws-sdk-sns/types.rb', line 370

class DeleteTopicInput < Struct.new(
  :topic_arn)
  include Aws::Structure
end