Class: Aws::Types::UpdateDataSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_deletion_policy"RETAIN", "DELETE"

Returns the value of attribute data_deletion_policy.

Returns:

  • ("RETAIN", "DELETE")


2968
2969
2970
# File 'sig/types.rbs', line 2968

def data_deletion_policy
  @data_deletion_policy
end

#data_source_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2965
2966
2967
# File 'sig/types.rbs', line 2965

def name
  @name
end

#server_side_encryption_configurationTypes::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_configurationTypes::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