Class: Aws::QuickSight::Types::KPIVisualLayoutOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#standard_layoutTypes::KPIVisualStandardLayout

The standard layout of the KPI visual.



17891
17892
17893
17894
17895
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17891

class KPIVisualLayoutOptions < Struct.new(
  :standard_layout)
  SENSITIVE = []
  include Aws::Structure
end