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
546 |
# File 'sig/client.rbs', line 546
def arn: () -> ::String
|
#creation_time ⇒ ::Time
547 |
# File 'sig/client.rbs', line 547
def creation_time: () -> ::Time
|
#description ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def description: () -> ::String
|
#kafka_versions ⇒ ::Array[::String]
549 |
# File 'sig/client.rbs', line 549
def kafka_versions: () -> ::Array[::String]
|
#latest_revision ⇒ Types::ConfigurationRevision
550 |
# File 'sig/client.rbs', line 550
def latest_revision: () -> Types::ConfigurationRevision
|
#name ⇒ ::String
551 |
# File 'sig/client.rbs', line 551
def name: () -> ::String
|
#state ⇒ "ACTIVE", ...
552 |
# File 'sig/client.rbs', line 552
def state: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED")
|