Class: Aws::BedrockAgentRuntime::Types::MetadataAttributeSchema

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

Details about a metadata attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The attribute's description.

Returns:

  • (String)


5430
5431
5432
5433
5434
5435
5436
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5430

class MetadataAttributeSchema < Struct.new(
  :key,
  :type,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The attribute's key.

Returns:

  • (String)


5430
5431
5432
5433
5434
5435
5436
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5430

class MetadataAttributeSchema < Struct.new(
  :key,
  :type,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The attribute's type.

Returns:

  • (String)


5430
5431
5432
5433
5434
5435
5436
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5430

class MetadataAttributeSchema < Struct.new(
  :key,
  :type,
  :description)
  SENSITIVE = []
  include Aws::Structure
end