Class: Aws::SNS::Types::DeleteTopicInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::DeleteTopicInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
529 530 531 532 533 |
# File 'lib/aws-sdk-sns/types.rb', line 529 class DeleteTopicInput < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |