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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


20400
20401
20402
20403
20404
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20400

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