Method: Aws::QuickSight::Types::UnaggregatedField#format_configuration
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#format_configuration ⇒ Types::FormatConfiguration
The format configuration of the field.
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 |