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

#timezoneString

Determines the timezone for the analysis.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
# File 'lib/aws-sdk-quicksight/types.rb', line 2298

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

#week_startString

Determines the week start day for an analysis.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
# File 'lib/aws-sdk-quicksight/types.rb', line 2298

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