Class: Aws::Types::DeleteCustomPluginResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomPluginResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_plugin_arn ⇒ ::String
Returns the value of attribute custom_plugin_arn.
-
#custom_plugin_state ⇒ "CREATING", ...
Returns the value of attribute custom_plugin_state.
Instance Attribute Details
#custom_plugin_arn ⇒ ::String
Returns the value of attribute custom_plugin_arn.
253 254 255 |
# File 'sig/types.rbs', line 253 def custom_plugin_arn @custom_plugin_arn end |
#custom_plugin_state ⇒ "CREATING", ...
Returns the value of attribute custom_plugin_state.
254 255 256 |
# File 'sig/types.rbs', line 254 def custom_plugin_state @custom_plugin_state end |