Class: Aws::QuickSight::Types::TableFieldOption
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TableFieldOption
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options for a table field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_label ⇒ String
The custom label for a table field.
-
#field_id ⇒ String
The field ID for a table field.
-
#url_styling ⇒ Types::TableFieldURLConfiguration
The URL configuration for a table field.
-
#visibility ⇒ String
The visibility of a table field.
-
#width ⇒ String
The width for a table field.
Instance Attribute Details
#custom_label ⇒ String
The custom label for a table field.
29967 29968 29969 29970 29971 29972 29973 29974 29975 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29967 class TableFieldOption < Struct.new( :field_id, :width, :custom_label, :visibility, :url_styling) SENSITIVE = [] include Aws::Structure end |
#field_id ⇒ String
The field ID for a table field.
29967 29968 29969 29970 29971 29972 29973 29974 29975 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29967 class TableFieldOption < Struct.new( :field_id, :width, :custom_label, :visibility, :url_styling) SENSITIVE = [] include Aws::Structure end |
#url_styling ⇒ Types::TableFieldURLConfiguration
The URL configuration for a table field.
29967 29968 29969 29970 29971 29972 29973 29974 29975 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29967 class TableFieldOption < Struct.new( :field_id, :width, :custom_label, :visibility, :url_styling) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility of a table field.
29967 29968 29969 29970 29971 29972 29973 29974 29975 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29967 class TableFieldOption < Struct.new( :field_id, :width, :custom_label, :visibility, :url_styling) SENSITIVE = [] include Aws::Structure end |
#width ⇒ String
The width for a table field.
29967 29968 29969 29970 29971 29972 29973 29974 29975 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29967 class TableFieldOption < Struct.new( :field_id, :width, :custom_label, :visibility, :url_styling) SENSITIVE = [] include Aws::Structure end |