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)


7359
7360
7361
7362
7363
7364
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7359

class MetadataAttribute < Struct.new(
  :key,
  :value)
  SENSITIVE = [:key]
  include Aws::Structure
end

#valueTypes::MetadataAttributeValue

Contains the value of the metadata attribute.



7359
7360
7361
7362
7363
7364
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 7359

class MetadataAttribute < Struct.new(
  :key,
  :value)
  SENSITIVE = [:key]
  include Aws::Structure
end