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)


24932
24933
24934
24935
24936
# File 'lib/aws-sdk-quicksight/types.rb', line 24932

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