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.
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.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def aws_account_id @aws_account_id end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
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.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def description @description end |
#knowledge_base_configuration ⇒ Types::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.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def knowledge_base_id @knowledge_base_id end |
#media_extraction_configuration ⇒ Types::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.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def name @name end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def @permissions end |
#primary_owner_arn ⇒ ::String
Returns the value of attribute primary_owner_arn.
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.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def @tags end |