Class: Aws::Kafka::Types::DeleteTopicRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteTopicRequest
- Includes:
- Structure
- Defined in:
- 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
1682 1683 1684 1685 1686 1687 |
# File 'lib/aws-sdk-kafka/types.rb', line 1682 class DeleteTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1682 1683 1684 1685 1686 1687 |
# File 'lib/aws-sdk-kafka/types.rb', line 1682 class DeleteTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |