Class: Aws::QuickSight::Types::MinimumLabelType

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

Overview

The minimum label of a data path label.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#visibilityString

The visibility of the minimum label.

Returns:

  • (String)


20424
20425
20426
20427
20428
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20424

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