Module: Aws::Kafka::Client::_CreateConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #latest_revision ⇒ Types::ConfigurationRevision
- #name ⇒ ::String
- #state ⇒ "ACTIVE", ...
Instance Method Details
#arn ⇒ ::String
171 |
# File 'sig/client.rbs', line 171 def arn: () -> ::String |
#creation_time ⇒ ::Time
172 |
# File 'sig/client.rbs', line 172 def creation_time: () -> ::Time |
#latest_revision ⇒ Types::ConfigurationRevision
173 |
# File 'sig/client.rbs', line 173 def latest_revision: () -> Types::ConfigurationRevision |
#name ⇒ ::String
174 |
# File 'sig/client.rbs', line 174 def name: () -> ::String |
#state ⇒ "ACTIVE", ...
175 |
# File 'sig/client.rbs', line 175 def state: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED") |