Class: Aws::Kafka::Types::DeleteTopicRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteTopicRequest
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Request body for DeleteTopic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_arn ⇒ String
1472 1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1472 class DeleteTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1472 1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1472 class DeleteTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |