Class: Aws::QuickSight::Types::AssetOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

An array of analysis level configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_action_defaultsTypes::VisualCustomActionDefaults

A list of visual custom actions for the analysis.



2373
2374
2375
2376
2377
2378
2379
2380
2381
# File 'lib/aws-sdk-quicksight/types.rb', line 2373

class AssetOptions < Struct.new(
  :timezone,
  :week_start,
  :q_business_insights_status,
  :excluded_data_set_arns,
  :custom_action_defaults)
  SENSITIVE = []
  include Aws::Structure
end

#excluded_data_set_arnsArray<String>

A list of dataset ARNS to exclude from Dashboard Q&amp;A.

Returns:

  • (Array<String>)


2373
2374
2375
2376
2377
2378
2379
2380
2381
# File 'lib/aws-sdk-quicksight/types.rb', line 2373

class AssetOptions < Struct.new(
  :timezone,
  :week_start,
  :q_business_insights_status,
  :excluded_data_set_arns,
  :custom_action_defaults)
  SENSITIVE = []
  include Aws::Structure
end

#q_business_insights_statusString

Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&amp;A.

Returns:

  • (String)


2373
2374
2375
2376
2377
2378
2379
2380
2381
# File 'lib/aws-sdk-quicksight/types.rb', line 2373

class AssetOptions < Struct.new(
  :timezone,
  :week_start,
  :q_business_insights_status,
  :excluded_data_set_arns,
  :custom_action_defaults)
  SENSITIVE = []
  include Aws::Structure
end

#timezoneString

Determines the timezone for the analysis.

Returns:

  • (String)


2373
2374
2375
2376
2377
2378
2379
2380
2381
# File 'lib/aws-sdk-quicksight/types.rb', line 2373

class AssetOptions < Struct.new(
  :timezone,
  :week_start,
  :q_business_insights_status,
  :excluded_data_set_arns,
  :custom_action_defaults)
  SENSITIVE = []
  include Aws::Structure
end

#week_startString

Determines the week start day for an analysis.

Returns:

  • (String)


2373
2374
2375
2376
2377
2378
2379
2380
2381
# File 'lib/aws-sdk-quicksight/types.rb', line 2373

class AssetOptions < Struct.new(
  :timezone,
  :week_start,
  :q_business_insights_status,
  :excluded_data_set_arns,
  :custom_action_defaults)
  SENSITIVE = []
  include Aws::Structure
end