Class: Aws::Kafka::Types::CreateConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for CreateConfiguration
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.
-
#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.
1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-kafka/types.rb', line 1191 class CreateConfigurationResponse < Struct.new( :arn, :creation_time, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the configuration was created.
1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-kafka/types.rb', line 1191 class CreateConfigurationResponse < Struct.new( :arn, :creation_time, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::ConfigurationRevision
Latest revision of the configuration.
1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-kafka/types.rb', line 1191 class CreateConfigurationResponse < Struct.new( :arn, :creation_time, :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-]+$”.
1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-kafka/types.rb', line 1191 class CreateConfigurationResponse < Struct.new( :arn, :creation_time, :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.
1191 1192 1193 1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-kafka/types.rb', line 1191 class CreateConfigurationResponse < Struct.new( :arn, :creation_time, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |