Class: Aws::BedrockAgent::Types::MetadataAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MetadataAttribute
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about a metadata attribute.
Constant Summary collapse
- SENSITIVE =
[:key]
Instance Attribute Summary collapse
-
#key ⇒ String
The key of the metadata attribute.
-
#value ⇒ Types::MetadataAttributeValue
Contains the value of the metadata attribute.
Instance Attribute Details
#key ⇒ String
The key of the metadata attribute.
6774 6775 6776 6777 6778 6779 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6774 class MetadataAttribute < Struct.new( :key, :value) SENSITIVE = [:key] include Aws::Structure end |
#value ⇒ Types::MetadataAttributeValue
Contains the value of the metadata attribute.
6774 6775 6776 6777 6778 6779 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6774 class MetadataAttribute < Struct.new( :key, :value) SENSITIVE = [:key] include Aws::Structure end |