Class: Aws::Types::CreateKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKnowledgeBaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_configuration ⇒ Types::AccessControlConfiguration
Returns the value of attribute access_control_configuration.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
Returns the value of attribute media_extraction_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#primary_owner_arn ⇒ ::String
Returns the value of attribute primary_owner_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#access_control_configuration ⇒ Types::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.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def aws_account_id @aws_account_id end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
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.
2400 2401 2402 |
# File 'sig/types.rbs', line 2400 def description @description end |
#knowledge_base_configuration ⇒ Types::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.
2396 2397 2398 |
# File 'sig/types.rbs', line 2396 def knowledge_base_id @knowledge_base_id end |
#media_extraction_configuration ⇒ Types::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.
2397 2398 2399 |
# File 'sig/types.rbs', line 2397 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2401 2402 2403 |
# File 'sig/types.rbs', line 2401 def @permissions end |
#primary_owner_arn ⇒ ::String
Returns the value of attribute primary_owner_arn.
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.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def @tags end |