Class: Aws::QuickSight::Types::AssetBundleImportJobOverrideValidationStrategy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#strict_mode_for_all_resourcesBoolean

A Boolean value that indicates whether to import all analyses and dashboards under strict or lenient mode.

Returns:

  • (Boolean)


1717
1718
1719
1720
1721
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1717

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