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.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-kafka/types.rb', line 1130 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.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-kafka/types.rb', line 1130 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.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-kafka/types.rb', line 1130 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-]+$”.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-kafka/types.rb', line 1130 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.
1130 1131 1132 1133 1134 1135 1136 1137 1138 |
# File 'lib/aws-sdk-kafka/types.rb', line 1130 class CreateConfigurationResponse < Struct.new( :arn, :creation_time, :latest_revision, :name, :state) SENSITIVE = [] include Aws::Structure end |