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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


1511
1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1511

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

#topic_arnString

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1511

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

#topic_nameString

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1511

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