Module: Aws::KafkaConnect::Client::_CreateCustomPluginResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateCustomPluginResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #custom_plugin_arn ⇒ ::String
- #custom_plugin_state ⇒ "CREATING", ...
- #name ⇒ ::String
- #revision ⇒ ::Integer
Instance Method Details
#custom_plugin_arn ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def custom_plugin_arn: () -> ::String
|
#custom_plugin_state ⇒ "CREATING", ...
164 |
# File 'sig/client.rbs', line 164
def custom_plugin_state: () -> ("CREATING" | "CREATE_FAILED" | "ACTIVE" | "UPDATING" | "UPDATE_FAILED" | "DELETING")
|
#name ⇒ ::String
165 |
# File 'sig/client.rbs', line 165
def name: () -> ::String
|
#revision ⇒ ::Integer
166 |
# File 'sig/client.rbs', line 166
def revision: () -> ::Integer
|