Class: Aws::Types::ManagedKnowledgeBaseConnectorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ManagedKnowledgeBaseConnectorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_parameters ⇒ Object
Returns the value of attribute connector_parameters.
-
#deletion_protection_configuration ⇒ Types::DeletionProtectionConfiguration
Returns the value of attribute deletion_protection_configuration.
-
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
Returns the value of attribute media_extraction_configuration.
-
#sync_schedule ⇒ Types::SyncSchedule
Returns the value of attribute sync_schedule.
Instance Attribute Details
#connector_parameters ⇒ Object
Returns the value of attribute connector_parameters.
1927 1928 1929 |
# File 'sig/types.rbs', line 1927 def connector_parameters @connector_parameters end |
#deletion_protection_configuration ⇒ Types::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_configuration ⇒ Types::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_schedule ⇒ Types::SyncSchedule
Returns the value of attribute sync_schedule.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def sync_schedule @sync_schedule end |