Class: Aws::Kafka::Types::UpdateTopicResponse

Inherits:
Struct
  • Object
show all
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

#statusString

Returns:

  • (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_arnString

Returns:

  • (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_nameString

Returns:

  • (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