Class: Aws::Types::DeleteConnectorResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def connector_arn
  @connector_arn
end

#connector_state"RUNNING", ...

Returns the value of attribute connector_state.

Returns:

  • ("RUNNING", "CREATING", "UPDATING", "DELETING", "FAILED", "RESTARTING")


243
244
245
# File 'sig/types.rbs', line 243

def connector_state
  @connector_state
end