Class: Aws::BedrockAgentRuntime::Types::GetIngestedDocumentAclResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GetIngestedDocumentAclResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:document_acl]
Instance Attribute Summary collapse
-
#document_acl ⇒ Types::DocumentAcl
The ingested document access control list (ACL) containing allow and deny membership information.
Instance Attribute Details
#document_acl ⇒ Types::DocumentAcl
The ingested document access control list (ACL) containing allow and deny membership information.
4085 4086 4087 4088 4089 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4085 class GetIngestedDocumentAclResponse < Struct.new( :document_acl) SENSITIVE = [:document_acl] include Aws::Structure end |