Class: Aws::QuickSight::Types::MaximumLabelType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The maximum label of a data path label.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#visibilityString

The visibility of the maximum label.

Returns:

  • (String)


22379
22380
22381
22382
22383
# File 'lib/aws-sdk-quicksight/types.rb', line 22379

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