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.
515 516 517 518 519 |
# File 'lib/aws-sdk-sns/types.rb', line 515 class DeleteTopicInput < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |