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)


19600
19601
19602
19603
19604
# File 'lib/aws-sdk-quicksight/types.rb', line 19600

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