Class: Aws::QuickSight::Types::KPIVisualStandardLayout
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIVisualStandardLayout
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The standard layout of the KPI visual.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The standard layout type.
Instance Attribute Details
#type ⇒ String
The standard layout type.
18766 18767 18768 18769 18770 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18766 class KPIVisualStandardLayout < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |