Class: Aws::Types::CreateDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_deletion_policy ⇒ "RETAIN", "DELETE"
Returns the value of attribute data_deletion_policy.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Returns the value of attribute vector_ingestion_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
465 466 467 |
# File 'sig/types.rbs', line 465 def client_token @client_token end |
#data_deletion_policy ⇒ "RETAIN", "DELETE"
Returns the value of attribute data_deletion_policy.
469 470 471 |
# File 'sig/types.rbs', line 469 def data_deletion_policy @data_deletion_policy end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
468 469 470 |
# File 'sig/types.rbs', line 468 def data_source_configuration @data_source_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
467 468 469 |
# File 'sig/types.rbs', line 467 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
464 465 466 |
# File 'sig/types.rbs', line 464 def knowledge_base_id @knowledge_base_id end |
#name ⇒ ::String
Returns the value of attribute name.
466 467 468 |
# File 'sig/types.rbs', line 466 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
470 471 472 |
# File 'sig/types.rbs', line 470 def server_side_encryption_configuration @server_side_encryption_configuration end |
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Returns the value of attribute vector_ingestion_configuration.
471 472 473 |
# File 'sig/types.rbs', line 471 def vector_ingestion_configuration @vector_ingestion_configuration end |