Class: Aws::QuickSight::Types::KPIVisualLayoutOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIVisualLayoutOptions
- Defined in:
- gems/aws-sdk-quicksight/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.
20707 20708 20709 20710 20711 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20707 class KPIVisualLayoutOptions < Struct.new( :standard_layout) SENSITIVE = [] include Aws::Structure end |