You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kafka::Types::CreateConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateConfigurationResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
-
#creation_time ⇒ Time
The time when the configuration was created.
-
#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.
#creation_time ⇒ Time
The time when the configuration was created.
#latest_revision ⇒ Types::ConfigurationRevision
Latest revision of the configuration.
#name ⇒ String
The name of the configuration. Configuration names are strings that match the regex \"^[0-9A-Za-z-]+$\".
#state ⇒ String
The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.
Possible values:
- ACTIVE
- DELETING
- DELETE_FAILED