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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3485
3486
3487
3488
3489
3490
3491
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3485

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

#keyString

The attribute’s key.

Returns:

  • (String)


3485
3486
3487
3488
3489
3490
3491
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3485

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

#typeString

The attribute’s type.

Returns:

  • (String)


3485
3486
3487
3488
3489
3490
3491
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 3485

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