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.
| 7314 7315 7316 7317 7318 7319 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7314 class MetadataAttribute < Struct.new( :key, :value) SENSITIVE = [:key] include Aws::Structure end | 
#value ⇒ Types::MetadataAttributeValue
Contains the value of the metadata attribute.
| 7314 7315 7316 7317 7318 7319 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7314 class MetadataAttribute < Struct.new( :key, :value) SENSITIVE = [:key] include Aws::Structure end |