Class: Aws::BedrockAgent::Types::CustomDocumentIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::CustomDocumentIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about the identifier of the document to ingest into a custom data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the document to ingest into a custom data source.
Instance Attribute Details
#id ⇒ String
The identifier of the document to ingest into a custom data source.
2888 2889 2890 2891 2892 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2888 class CustomDocumentIdentifier < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |