Class: Aws::QuickSight::Types::KPIVisualStandardLayout
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::KPIVisualStandardLayout
- Includes:
- Structure
- Defined in:
- 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.
19600 19601 19602 19603 19604 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19600 class KPIVisualStandardLayout < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |