Class: Aws::Kafka::Types::CreateTopicResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateTopicResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for CreateTopic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#status ⇒ String
1316 1317 1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-kafka/types.rb', line 1316 class CreateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
1316 1317 1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-kafka/types.rb', line 1316 class CreateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
1316 1317 1318 1319 1320 1321 1322 |
# File 'lib/aws-sdk-kafka/types.rb', line 1316 class CreateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |