Class: Aws::Types::UpdateConnectorProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def client_token
  @client_token
end

#connection_mode"Public", "Private"

Returns the value of attribute connection_mode.

Returns:

  • ("Public", "Private")


1376
1377
1378
# File 'sig/types.rbs', line 1376

def connection_mode
  @connection_mode
end

#connector_profile_configTypes::ConnectorProfileConfig

Returns the value of attribute connector_profile_config.



1377
1378
1379
# File 'sig/types.rbs', line 1377

def connector_profile_config
  @connector_profile_config
end

#connector_profile_name::String

Returns the value of attribute connector_profile_name.

Returns:

  • (::String)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def connector_profile_name
  @connector_profile_name
end