Class: Aws::QuickSight::Types::ColumnIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A column of a data set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column_name ⇒ String
The name of the column.
-
#data_set_identifier ⇒ String
The data set that the column belongs to.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
4462 4463 4464 4465 4466 4467 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4462 class ColumnIdentifier < Struct.new( :data_set_identifier, :column_name) SENSITIVE = [] include Aws::Structure end |
#data_set_identifier ⇒ String
The data set that the column belongs to.
4462 4463 4464 4465 4466 4467 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4462 class ColumnIdentifier < Struct.new( :data_set_identifier, :column_name) SENSITIVE = [] include Aws::Structure end |