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)


26642
26643
26644
26645
26646
# File 'lib/aws-sdk-quicksight/types.rb', line 26642

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