Class: Aws::Kafka::Types::UpdateTopicResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateTopicResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for UpdateTopic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#status ⇒ String
5347 5348 5349 5350 5351 5352 5353 |
# File 'lib/aws-sdk-kafka/types.rb', line 5347 class UpdateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
5347 5348 5349 5350 5351 5352 5353 |
# File 'lib/aws-sdk-kafka/types.rb', line 5347 class UpdateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
5347 5348 5349 5350 5351 5352 5353 |
# File 'lib/aws-sdk-kafka/types.rb', line 5347 class UpdateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |