Class: Aws::Kafka::Types::DeleteTopicResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Response body for DeleteTopic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Returns:

  • (String)


1545
1546
1547
1548
1549
1550
1551
# File 'lib/aws-sdk-kafka/types.rb', line 1545

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

#topic_arnString

Returns:

  • (String)


1545
1546
1547
1548
1549
1550
1551
# File 'lib/aws-sdk-kafka/types.rb', line 1545

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

#topic_nameString

Returns:

  • (String)


1545
1546
1547
1548
1549
1550
1551
# File 'lib/aws-sdk-kafka/types.rb', line 1545

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