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.
3485 3486 3487 3488 3489 3490 3491 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3485 class MetadataAttributeSchema < Struct.new( :description, :key, :type) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The attribute’s key.
3485 3486 3487 3488 3489 3490 3491 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3485 class MetadataAttributeSchema < Struct.new( :description, :key, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The attribute’s type.
3485 3486 3487 3488 3489 3490 3491 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3485 class MetadataAttributeSchema < Struct.new( :description, :key, :type) SENSITIVE = [] include Aws::Structure end |