class Aws::Glue::Types::BooleanColumnStatisticsData

Defines column statistics supported for Boolean data columns.

@note When making an API call, you may pass BooleanColumnStatisticsData

data as a hash:

    {
      number_of_trues: 1, # required
      number_of_falses: 1, # required
      number_of_nulls: 1, # required
    }

@!attribute [rw] number_of_trues

The number of true values in the column.
@return [Integer]

@!attribute [rw] number_of_falses

The number of false values in the column.
@return [Integer]

@!attribute [rw] number_of_nulls

The number of null values in the column.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/BooleanColumnStatisticsData AWS API Documentation

Constants

SENSITIVE