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.
1823 1824 1825 1826 1827 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1823 class AssetBundleImportJobOverrideValidationStrategy < Struct.new( :strict_mode_for_all_resources) SENSITIVE = [] include Aws::Structure end |