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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#visibilityString

The visibility of the progress bar.

Returns:

  • (String)


23141
23142
23143
23144
23145
# File 'lib/aws-sdk-quicksight/types.rb', line 23141

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