Class: Aws::Types::CreateDataSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • ("RETAIN", "DELETE")


469
470
471
# File 'sig/types.rbs', line 469

def data_deletion_policy
  @data_deletion_policy
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


466
467
468
# File 'sig/types.rbs', line 466

def name
  @name
end

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