Class: Aws::Types::DeleteCustomPluginResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_plugin_arn::String

Returns the value of attribute custom_plugin_arn.

Returns:

  • (::String)


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.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "UPDATING", "UPDATE_FAILED", "DELETING")


254
255
256
# File 'sig/types.rbs', line 254

def custom_plugin_state
  @custom_plugin_state
end