Module: Aws::KafkaConnect::Client::_DescribeCustomPluginResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCustomPluginResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #custom_plugin_arn ⇒ ::String
- #custom_plugin_state ⇒ "CREATING", ...
- #description ⇒ ::String
- #latest_revision ⇒ Types::CustomPluginRevisionSummary
- #name ⇒ ::String
- #state_description ⇒ Types::StateDescription
Instance Method Details
#creation_time ⇒ ::Time
285 |
# File 'sig/client.rbs', line 285
def creation_time: () -> ::Time
|
#custom_plugin_arn ⇒ ::String
286 |
# File 'sig/client.rbs', line 286
def custom_plugin_arn: () -> ::String
|
#custom_plugin_state ⇒ "CREATING", ...
287 |
# File 'sig/client.rbs', line 287
def custom_plugin_state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATE_FAILED" | "DELETING")
|
#description ⇒ ::String
288 |
# File 'sig/client.rbs', line 288
def description: () -> ::String
|
#latest_revision ⇒ Types::CustomPluginRevisionSummary
289 |
# File 'sig/client.rbs', line 289
def latest_revision: () -> Types::CustomPluginRevisionSummary
|
#name ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def name: () -> ::String
|
#state_description ⇒ Types::StateDescription
291 |
# File 'sig/client.rbs', line 291
def state_description: () -> Types::StateDescription
|