Class: Aws::SNS::Types::DeleteTopicInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::DeleteTopicInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic_arn ⇒ String
The ARN of the topic you want to delete.
Instance Attribute Details
#topic_arn ⇒ String
The ARN of the topic you want to delete.
509 510 511 512 513 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 509 class DeleteTopicInput < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |