Class: Aws::Kafka::Types::UpdateTopicResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateTopicResponse
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Response body for UpdateTopic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#status ⇒ String
4994 4995 4996 4997 4998 4999 5000 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4994 class UpdateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |
#topic_arn ⇒ String
4994 4995 4996 4997 4998 4999 5000 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4994 class UpdateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |
#topic_name ⇒ String
4994 4995 4996 4997 4998 4999 5000 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4994 class UpdateTopicResponse < Struct.new( :topic_arn, :topic_name, :status) SENSITIVE = [] include Aws::Structure end |