Class: Aws::Kafka::Types::DescribeConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for DescribeConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
-
#creation_time ⇒ Time
The time when the configuration was created.
-
#description ⇒ String
The description of the configuration.
-
#kafka_versions ⇒ Array<String>
The versions of Apache Kafka with which you can use this MSK configuration.
-
#latest_revision ⇒ Types::ConfigurationRevision
Latest revision of the configuration.
-
#name ⇒ String
The name of the configuration.
-
#state ⇒ String
The state of the configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-kafka/types.rb', line 1552 class DescribeConfigurationResponse < Struct.new( :arn, :creation_time, :description, :kafka_versions, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the configuration was created.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-kafka/types.rb', line 1552 class DescribeConfigurationResponse < Struct.new( :arn, :creation_time, :description, :kafka_versions, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configuration.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-kafka/types.rb', line 1552 class DescribeConfigurationResponse < Struct.new( :arn, :creation_time, :description, :kafka_versions, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |
#kafka_versions ⇒ Array<String>
The versions of Apache Kafka with which you can use this MSK configuration.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-kafka/types.rb', line 1552 class DescribeConfigurationResponse < Struct.new( :arn, :creation_time, :description, :kafka_versions, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::ConfigurationRevision
Latest revision of the configuration.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-kafka/types.rb', line 1552 class DescribeConfigurationResponse < Struct.new( :arn, :creation_time, :description, :kafka_versions, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the configuration. Configuration names are strings that match the regex “^[0-9A-Za-z-]+$”.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-kafka/types.rb', line 1552 class DescribeConfigurationResponse < Struct.new( :arn, :creation_time, :description, :kafka_versions, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.
1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 |
# File 'lib/aws-sdk-kafka/types.rb', line 1552 class DescribeConfigurationResponse < Struct.new( :arn, :creation_time, :description, :kafka_versions, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |