Class: Aws::Bedrock::Types::Validator
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::Validator
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Information about a validator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_uri ⇒ String
The S3 URI where the validation data is stored.
Instance Attribute Details
#s3_uri ⇒ String
The S3 URI where the validation data is stored.
12811 12812 12813 12814 12815 |
# File 'lib/aws-sdk-bedrock/types.rb', line 12811 class Validator < Struct.new( :s3_uri) SENSITIVE = [] include Aws::Structure end |