Class: Aws::QuickSight::Types::TopicNullFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The structure that represents a null filter.

Constant Summary collapse

SENSITIVE =
[:constant]

Instance Attribute Summary collapse

Instance Attribute Details

#constantTypes::TopicSingularFilterConstant

A structure that represents a singular filter constant, used in filters to specify a single value to match against.



34865
34866
34867
34868
34869
34870
34871
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34865

class TopicNullFilter < Struct.new(
  :null_filter_type,
  :constant,
  :inverse)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#inverseBoolean

A Boolean value that indicates if the filter is inverse.

Returns:

  • (Boolean)


34865
34866
34867
34868
34869
34870
34871
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34865

class TopicNullFilter < Struct.new(
  :null_filter_type,
  :constant,
  :inverse)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#null_filter_typeString

The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.

Returns:

  • (String)


34865
34866
34867
34868
34869
34870
34871
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 34865

class TopicNullFilter < Struct.new(
  :null_filter_type,
  :constant,
  :inverse)
  SENSITIVE = [:constant]
  include Aws::Structure
end