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.
29226 29227 29228 29229 29230 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29226 class ProgressBarOptions < Struct.new( :visibility) SENSITIVE = [] include Aws::Structure end |