Class: Aws::QuickSight::Types::ProgressBarOptions

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 the progress bar of a KPI visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#visibilityString

The visibility of the progress bar.

Returns:

  • (String)


22855
22856
22857
22858
22859
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22855

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