Class: Aws::QuickSight::Types::FieldLabelType

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

Overview

The field label type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_idString

Indicates the field that is targeted by the field label.

Returns:

  • (String)


13688
13689
13690
13691
13692
13693
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13688

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

#visibilityString

The visibility of the field label.

Returns:

  • (String)


13688
13689
13690
13691
13692
13693
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13688

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