Method: Aws::QuickSight::Types::UnaggregatedField#column
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#column ⇒ Types::ColumnIdentifier
The column that is used in the ‘UnaggregatedField`.
35602 35603 35604 35605 35606 35607 35608 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35602 class UnaggregatedField < Struct.new( :field_id, :column, :format_configuration) SENSITIVE = [] include Aws::Structure end |