Class: Aws::QuickSight::Types::TrendArrowOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The options that determine the presentation of trend arrows in a KPI visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#visibilityString

The visibility of the trend arrows.

Returns:

  • (String)


31585
31586
31587
31588
31589
# File 'lib/aws-sdk-quicksight/types.rb', line 31585

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