Class: Aws::QuickSight::Types::KPIVisualStandardLayout

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

Instance Attribute Details

#typeString

The standard layout type.

Returns:

  • (String)


18571
18572
18573
18574
18575
# File 'lib/aws-sdk-quicksight/types.rb', line 18571

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