Class: Aws::QuickSight::Types::UniqueValuesComputation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UniqueValuesComputation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The unique values computation configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category ⇒ Types::DimensionField
The category field that is used in a computation.
-
#computation_id ⇒ String
The ID for a computation.
-
#name ⇒ String
The name of a computation.
Instance Attribute Details
#category ⇒ Types::DimensionField
The category field that is used in a computation.
33259 33260 33261 33262 33263 33264 33265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33259 class UniqueValuesComputation < Struct.new( :computation_id, :name, :category) SENSITIVE = [] include Aws::Structure end |
#computation_id ⇒ String
The ID for a computation.
33259 33260 33261 33262 33263 33264 33265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33259 class UniqueValuesComputation < Struct.new( :computation_id, :name, :category) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a computation.
33259 33260 33261 33262 33263 33264 33265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33259 class UniqueValuesComputation < Struct.new( :computation_id, :name, :category) SENSITIVE = [] include Aws::Structure end |