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.
-
#topic_identifier ⇒ String
The topic that the column belongs to.
Instance Attribute Details
#column_name ⇒ String
The name of the column.
7437 7438 7439 7440 7441 7442 7443 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7437 class ColumnIdentifier < Struct.new( :data_set_identifier, :topic_identifier, :column_name) SENSITIVE = [] include Aws::Structure end |
#data_set_identifier ⇒ String
The data set that the column belongs to.
7437 7438 7439 7440 7441 7442 7443 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7437 class ColumnIdentifier < Struct.new( :data_set_identifier, :topic_identifier, :column_name) SENSITIVE = [] include Aws::Structure end |
#topic_identifier ⇒ String
The topic that the column belongs to.
7437 7438 7439 7440 7441 7442 7443 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7437 class ColumnIdentifier < Struct.new( :data_set_identifier, :topic_identifier, :column_name) SENSITIVE = [] include Aws::Structure end |