Class: Aws::BedrockAgentRuntime::Types::GetIngestedDocumentAclResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:document_acl]

Instance Attribute Summary collapse

Instance Attribute Details

#document_aclTypes::DocumentAcl

The ingested document access control list (ACL) containing allow and deny membership information.

Returns:



4085
4086
4087
4088
4089
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4085

class GetIngestedDocumentAclResponse < Struct.new(
  :document_acl)
  SENSITIVE = [:document_acl]
  include Aws::Structure
end