Class: Aws::BedrockAgent::Types::MetadataAttribute

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The key of the metadata attribute.

Returns:

  • (String)


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

#valueTypes::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