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)


13601
13602
13603
13604
13605
13606
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13601

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

#visibilityString

The visibility of the field label.

Returns:

  • (String)


13601
13602
13603
13604
13605
13606
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13601

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