Class: Aws::Types::CheckIngestedDocumentAclRequest
- Inherits:
-
Object
- Object
- Aws::Types::CheckIngestedDocumentAclRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
425 426 427 |
# File 'sig/types.rbs', line 425 def data_source_id @data_source_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
426 427 428 |
# File 'sig/types.rbs', line 426 def document_id @document_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
427 428 429 |
# File 'sig/types.rbs', line 427 def knowledge_base_id @knowledge_base_id end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
428 429 430 |
# File 'sig/types.rbs', line 428 def user_context @user_context end |