Class: Aws::QuickSight::Types::UniqueValuesComputation

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

Overview

The unique values computation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category ⇒ Types::DimensionField

The category field that is used in a computation.



48321
48322
48323
48324
48325
48326
48327
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48321

class UniqueValuesComputation < Struct.new(
  :computation_id,
  :name,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#computation_id ⇒ String

The ID for a computation.

Returns:

  • (String)


48321
48322
48323
48324
48325
48326
48327
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48321

class UniqueValuesComputation < Struct.new(
  :computation_id,
  :name,
  :category)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of a computation.

Returns:

  • (String)


48321
48322
48323
48324
48325
48326
48327
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48321

class UniqueValuesComputation < Struct.new(
  :computation_id,
  :name,
  :category)
  SENSITIVE = []
  include Aws::Structure
end