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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


15174
15175
15176
15177
15178
15179
# File 'lib/aws-sdk-quicksight/types.rb', line 15174

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

#visibilityString

The visibility of the field label.

Returns:

  • (String)


15174
15175
15176
15177
15178
15179
# File 'lib/aws-sdk-quicksight/types.rb', line 15174

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