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.



17974
17975
17976
17977
17978
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17974

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