Class: Aws::QuickSight::Types::ColumnTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnTag
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A tag for a column in a TagColumnOperation
structure. This is a
variant type structure. For this structure to be valid, only one of
the attributes can be non-null.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_description ⇒ Types::ColumnDescription
A description for a column.
-
#column_geographic_role ⇒ String
A geospatial role for a column.
Instance Attribute Details
#column_description ⇒ Types::ColumnDescription
A description for a column.
3070 3071 3072 3073 3074 3075 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3070 class ColumnTag < Struct.new( :column_geographic_role, :column_description) SENSITIVE = [] include Aws::Structure end |