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
1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1491 class DeleteTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1491 1492 1493 1494 1495 1496 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1491 class DeleteTopicRequest < Struct.new( :cluster_arn, :topic_name) SENSITIVE = [] include Aws::Structure end |