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

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

#statusString

Returns:

  • (String)


5062
5063
5064
5065
5066
5067
5068
# File 'lib/aws-sdk-kafka/types.rb', line 5062

class UpdateTopicResponse < Struct.new(
  :topic_arn,
  :topic_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#topic_arnString

Returns:

  • (String)


5062
5063
5064
5065
5066
5067
5068
# File 'lib/aws-sdk-kafka/types.rb', line 5062

class UpdateTopicResponse < Struct.new(
  :topic_arn,
  :topic_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#topic_nameString

Returns:

  • (String)


5062
5063
5064
5065
5066
5067
5068
# File 'lib/aws-sdk-kafka/types.rb', line 5062

class UpdateTopicResponse < Struct.new(
  :topic_arn,
  :topic_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end