Class: Aws::QuickSight::Types::ValidationStrategy
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ValidationStrategy
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The option to relax the validation that is required to create and
update analyses, dashboards, and templates with definition objects.
When you set this value to LENIENT, validation is skipped for
specific errors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The mode of validation for the asset to be created or updated.
Instance Attribute Details
#mode ⇒ String
The mode of validation for the asset to be created or updated. When
you set this value to STRICT, strict validation for every error is
enforced. When you set this value to LENIENT, validation is
skipped for specific UI errors.
42353 42354 42355 42356 42357 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42353 class ValidationStrategy < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |