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.
507 508 509 |
# File 'sig/types.rbs', line 507 def data_source_id @data_source_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
508 509 510 |
# File 'sig/types.rbs', line 508 def document_id @document_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def knowledge_base_id @knowledge_base_id end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
510 511 512 |
# File 'sig/types.rbs', line 510 def user_context @user_context end |