Class: Aws::Types::UpdateConnectorV2Request

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_id::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


8013
8014
8015
# File 'sig/types.rbs', line 8013

def connector_id
  @connector_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8014
8015
8016
# File 'sig/types.rbs', line 8014

def description
  @description
end

#providerTypes::ProviderUpdateConfiguration

Returns the value of attribute provider.



8015
8016
8017
# File 'sig/types.rbs', line 8015

def provider
  @provider
end