Class: Aws::Bedrock::Types::Validator

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

Overview

Information about a validator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The S3 URI where the validation data is stored.

Returns:

  • (String)


3313
3314
3315
3316
3317
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3313

class Validator < Struct.new(
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end