Class: Aws::BedrockAgent::Types::MetadataAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MetadataAttributeValue
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains the value of the metadata attribute. Choose a type
and
include the field that corresponds to it.
Constant Summary collapse
- SENSITIVE =
[:number_value, :string_list_value, :string_value]
Instance Attribute Summary collapse
-
#boolean_value ⇒ Boolean
The value of the Boolean metadata attribute.
-
#number_value ⇒ Float
The value of the numeric metadata attribute.
-
#string_list_value ⇒ Array<String>
An array of strings that define the value of the metadata attribute.
-
#string_value ⇒ String
The value of the string metadata attribute.
-
#type ⇒ String
The type of the metadata attribute.
Instance Attribute Details
#boolean_value ⇒ Boolean
The value of the Boolean metadata attribute.
6806 6807 6808 6809 6810 6811 6812 6813 6814 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6806 class MetadataAttributeValue < Struct.new( :boolean_value, :number_value, :string_list_value, :string_value, :type) SENSITIVE = [:number_value, :string_list_value, :string_value] include Aws::Structure end |
#number_value ⇒ Float
The value of the numeric metadata attribute.
6806 6807 6808 6809 6810 6811 6812 6813 6814 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6806 class MetadataAttributeValue < Struct.new( :boolean_value, :number_value, :string_list_value, :string_value, :type) SENSITIVE = [:number_value, :string_list_value, :string_value] include Aws::Structure end |
#string_list_value ⇒ Array<String>
An array of strings that define the value of the metadata attribute.
6806 6807 6808 6809 6810 6811 6812 6813 6814 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6806 class MetadataAttributeValue < Struct.new( :boolean_value, :number_value, :string_list_value, :string_value, :type) SENSITIVE = [:number_value, :string_list_value, :string_value] include Aws::Structure end |
#string_value ⇒ String
The value of the string metadata attribute.
6806 6807 6808 6809 6810 6811 6812 6813 6814 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6806 class MetadataAttributeValue < Struct.new( :boolean_value, :number_value, :string_list_value, :string_value, :type) SENSITIVE = [:number_value, :string_list_value, :string_value] include Aws::Structure end |
#type ⇒ String
The type of the metadata attribute.
6806 6807 6808 6809 6810 6811 6812 6813 6814 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 6806 class MetadataAttributeValue < Struct.new( :boolean_value, :number_value, :string_list_value, :string_value, :type) SENSITIVE = [:number_value, :string_list_value, :string_value] include Aws::Structure end |