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

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


2059
2060
2061
2062
2063
2064
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2059

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

#week_startString

Determines the week start day for an analysis.

Returns:

  • (String)


2059
2060
2061
2062
2063
2064
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2059

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