Class: Aws::QuickSight::Types::AssetBundleImportJobOverrideValidationStrategy
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobOverrideValidationStrategy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
An optional parameter that overrides the validation strategy for all analyses and dashboards before the resource is imported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#strict_mode_for_all_resources ⇒ Boolean
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
Instance Attribute Details
#strict_mode_for_all_resources ⇒ Boolean
A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.
1961 1962 1963 1964 1965 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1961 class AssetBundleImportJobOverrideValidationStrategy < Struct.new( :strict_mode_for_all_resources) SENSITIVE = [] include Aws::Structure end |