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)


26481
26482
26483
26484
26485
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26481

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