Class: Aws::QuickSight::Types::AssetOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetOptions
- 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
-
#timezone ⇒ String
Determines the timezone for the analysis.
-
#week_start ⇒ String
Determines the week start day for an analysis.
Instance Attribute Details
#timezone ⇒ String
Determines the timezone for the analysis.
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_start ⇒ String
Determines the week start day for an analysis.
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 |