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.



2519
2520
2521
# File 'sig/types.rbs', line 2519

def access_control_configuration
  @access_control_configuration
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def 
  @aws_account_id
end

#data_source_arn::String

Returns the value of attribute data_source_arn.

Returns:

  • (::String)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def data_source_arn
  @data_source_arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def description
  @description
end

#knowledge_base_configurationTypes::KnowledgeBaseConfiguration

Returns the value of attribute knowledge_base_configuration.



2515
2516
2517
# File 'sig/types.rbs', line 2515

def knowledge_base_configuration
  @knowledge_base_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def knowledge_base_id
  @knowledge_base_id
end

#media_extraction_configurationTypes::MediaExtractionConfiguration

Returns the value of attribute media_extraction_configuration.



2518
2519
2520
# File 'sig/types.rbs', line 2518

def media_extraction_configuration
  @media_extraction_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2517
2518
2519
# File 'sig/types.rbs', line 2517

def permissions
  @permissions
end

#primary_owner_arn::String

Returns the value of attribute primary_owner_arn.

Returns:

  • (::String)


2520
2521
2522
# File 'sig/types.rbs', line 2520

def primary_owner_arn
  @primary_owner_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2521
2522
2523
# File 'sig/types.rbs', line 2521

def tags
  @tags
end