Module: Aws::Kafka::Client::_DescribeConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #kafka_versions ⇒ ::Array[::String]
- #latest_revision ⇒ Types::ConfigurationRevision
- #name ⇒ ::String
- #state ⇒ "ACTIVE", ...
Instance Method Details
#arn ⇒ ::String
398 |
# File 'sig/client.rbs', line 398
def arn: () -> ::String
|
#creation_time ⇒ ::Time
399 |
# File 'sig/client.rbs', line 399
def creation_time: () -> ::Time
|
#description ⇒ ::String
400 |
# File 'sig/client.rbs', line 400
def description: () -> ::String
|
#kafka_versions ⇒ ::Array[::String]
401 |
# File 'sig/client.rbs', line 401
def kafka_versions: () -> ::Array[::String]
|
#latest_revision ⇒ Types::ConfigurationRevision
402 |
# File 'sig/client.rbs', line 402
def latest_revision: () -> Types::ConfigurationRevision
|
#name ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def name: () -> ::String
|
#state ⇒ "ACTIVE", ...
404 |
# File 'sig/client.rbs', line 404
def state: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED")
|