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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


30248
30249
30250
30251
30252
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30248

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