Class: Aws::QuickSight::Types::TopicSingularFilterConstant

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#constant_typeString

The type of the singular filter constant. Valid values for this structure are SINGULAR.

Returns:

  • (String)


29876
29877
29878
29879
29880
29881
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29876

class TopicSingularFilterConstant < Struct.new(
  :constant_type,
  :singular_constant)
  SENSITIVE = []
  include Aws::Structure
end

#singular_constantString

The value of the singular filter constant.

Returns:

  • (String)


29876
29877
29878
29879
29880
29881
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29876

class TopicSingularFilterConstant < Struct.new(
  :constant_type,
  :singular_constant)
  SENSITIVE = []
  include Aws::Structure
end