Class: Aws::Kafka::Types::DescribeConfigurationResponse

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

Overview

Response body for DescribeConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configuration.

Returns:

  • (String)


1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1533

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :kafka_versions,
  :latest_revision,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the configuration was created.

Returns:

  • (Time)


1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1533

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :kafka_versions,
  :latest_revision,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the configuration.

Returns:

  • (String)


1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1533

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :kafka_versions,
  :latest_revision,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#kafka_versionsArray<String>

The versions of Apache Kafka with which you can use this MSK configuration.

Returns:

  • (Array<String>)


1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1533

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :kafka_versions,
  :latest_revision,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#latest_revisionTypes::ConfigurationRevision

Latest revision of the configuration.



1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1533

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :kafka_versions,
  :latest_revision,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z-]+$".

Returns:

  • (String)


1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1533

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :kafka_versions,
  :latest_revision,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.

Returns:

  • (String)


1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1533

class DescribeConfigurationResponse < Struct.new(
  :arn,
  :creation_time,
  :description,
  :kafka_versions,
  :latest_revision,
  :name,
  :state)
  SENSITIVE = []
  include Aws::Structure
end