Class: Aws::Types::UpdateDataSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#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
#data_deletion_policy ⇒ "RETAIN", "DELETE"
Returns the value of attribute data_deletion_policy.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def data_deletion_policy @data_deletion_policy end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def data_source_configuration @data_source_configuration end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def data_source_id @data_source_id end |
#description ⇒ ::String
Returns the value of attribute description.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def description @description end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def knowledge_base_id @knowledge_base_id end |
#name ⇒ ::String
Returns the value of attribute name.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
2969 2970 2971 |
# File 'sig/types.rbs', line 2969 def server_side_encryption_configuration @server_side_encryption_configuration end |
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Returns the value of attribute vector_ingestion_configuration.
2970 2971 2972 |
# File 'sig/types.rbs', line 2970 def vector_ingestion_configuration @vector_ingestion_configuration end |