Class: Aws::Types::ManagedKnowledgeBaseConnectorConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_parametersObject

Returns the value of attribute connector_parameters.

Returns:

  • (Object)


1927
1928
1929
# File 'sig/types.rbs', line 1927

def connector_parameters
  @connector_parameters
end

#deletion_protection_configurationTypes::DeletionProtectionConfiguration

Returns the value of attribute deletion_protection_configuration.



1925
1926
1927
# File 'sig/types.rbs', line 1925

def deletion_protection_configuration
  @deletion_protection_configuration
end

#media_extraction_configurationTypes::MediaExtractionConfiguration

Returns the value of attribute media_extraction_configuration.



1926
1927
1928
# File 'sig/types.rbs', line 1926

def media_extraction_configuration
  @media_extraction_configuration
end

#sync_scheduleTypes::SyncSchedule

Returns the value of attribute sync_schedule.

Returns:



1928
1929
1930
# File 'sig/types.rbs', line 1928

def sync_schedule
  @sync_schedule
end