Class: Aws::Kafka::Types::DescribeTopicRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Request body for DescribeTopic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
# File 'lib/aws-sdk-kafka/types.rb', line 1636

class DescribeTopicRequest < Struct.new(
  :cluster_arn,
  :topic_name)
  SENSITIVE = []
  include Aws::Structure
end

#topic_nameString

Returns:

  • (String)


1636
1637
1638
1639
1640
1641
# File 'lib/aws-sdk-kafka/types.rb', line 1636

class DescribeTopicRequest < Struct.new(
  :cluster_arn,
  :topic_name)
  SENSITIVE = []
  include Aws::Structure
end