Class: Aws::BedrockAgentRuntime::Types::MetadataAttributeSchema
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::MetadataAttributeSchema
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Details about a metadata attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The attribute's description.
-
#key ⇒ String
The attribute's key.
-
#type ⇒ String
The attribute's type.
Instance Attribute Details
#description ⇒ String
The attribute's description.
6564 6565 6566 6567 6568 6569 6570 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 6564 class MetadataAttributeSchema < Struct.new( :description, :key, :type) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The attribute's key.
6564 6565 6566 6567 6568 6569 6570 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 6564 class MetadataAttributeSchema < Struct.new( :description, :key, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The attribute's type.
6564 6565 6566 6567 6568 6569 6570 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 6564 class MetadataAttributeSchema < Struct.new( :description, :key, :type) SENSITIVE = [] include Aws::Structure end |