Class: Aws::Types::CreateConnectorResponse

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)


147
148
149
# File 'sig/types.rbs', line 147

def connector_arn
  @connector_arn
end

#connector_name::String

Returns the value of attribute connector_name.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def connector_name
  @connector_name
end

#connector_state"RUNNING", ...

Returns the value of attribute connector_state.

Returns:

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


149
150
151
# File 'sig/types.rbs', line 149

def connector_state
  @connector_state
end