Class: Aws::QuickSight::Types::KPIVisualLayoutOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIVisualLayoutOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the layout a KPI visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#standard_layout ⇒ Types::KPIVisualStandardLayout
The standard layout of the KPI visual.
Instance Attribute Details
#standard_layout ⇒ Types::KPIVisualStandardLayout
The standard layout of the KPI visual.
19586 19587 19588 19589 19590 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19586 class KPIVisualLayoutOptions < Struct.new( :standard_layout) SENSITIVE = [] include Aws::Structure end |