Class: Aws::QuickSight::Types::RangeEndsLabelType

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

Overview

The range ends label type of a data path label.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#visibilityString

The visibility of the range ends label.

Returns:

  • (String)


23100
23101
23102
23103
23104
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23100

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