Class: Aws::QuickSight::Types::ProgressBarOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ProgressBarOptions
- Includes:
- Structure
- Defined in:
- 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
-
#visibility ⇒ String
The visibility of the progress bar.
Instance Attribute Details
#visibility ⇒ String
The visibility of the progress bar.
24957 24958 24959 24960 24961 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24957 class ProgressBarOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |