Class: Aws::Types::CreateKnowledgeBaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:knowledge_base_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_configurationTypes::AccessControlConfiguration

Returns the value of attribute access_control_configuration.



2403
2404
2405
# File 'sig/types.rbs', line 2403

def access_control_configuration
  @access_control_configuration
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2395
2396
2397
# File 'sig/types.rbs', line 2395

def 
  @aws_account_id
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


2398
2399
2400
# File 'sig/types.rbs', line 2398

def data_source_arn
  @data_source_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2400
2401
2402
# File 'sig/types.rbs', line 2400

def description
  @description
end

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Returns the value of attribute knowledge_base_configuration.



2399
2400
2401
# File 'sig/types.rbs', line 2399

def knowledge_base_configuration
  @knowledge_base_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2396
2397
2398
# File 'sig/types.rbs', line 2396

def knowledge_base_id
  @knowledge_base_id
end

#media_extraction_configurationTypes::MediaExtractionConfiguration

Returns the value of attribute media_extraction_configuration.



2402
2403
2404
# File 'sig/types.rbs', line 2402

def media_extraction_configuration
  @media_extraction_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2401
2402
2403
# File 'sig/types.rbs', line 2401

def permissions
  @permissions
end

#primary_owner_arn::String

Returns the value of attribute primary_owner_arn.

Returns:

  • (::String)


2404
2405
2406
# File 'sig/types.rbs', line 2404

def primary_owner_arn
  @primary_owner_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2405
2406
2407
# File 'sig/types.rbs', line 2405

def tags
  @tags
end