Class: Aws::QuickSight::Types::CalculatedField

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

Overview

The calculated field of an analysis.

Constant Summary collapse

SENSITIVE =
[:expression]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_identifierString

The data set that is used in this calculated field.

Returns:

  • (String)


3436
3437
3438
3439
3440
3441
3442
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3436

class CalculatedField < Struct.new(
  :data_set_identifier,
  :name,
  :expression)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#expressionString

The expression of the calculated field.

Returns:

  • (String)


3436
3437
3438
3439
3440
3441
3442
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3436

class CalculatedField < Struct.new(
  :data_set_identifier,
  :name,
  :expression)
  SENSITIVE = [:expression]
  include Aws::Structure
end

#nameString

The name of the calculated field.

Returns:

  • (String)


3436
3437
3438
3439
3440
3441
3442
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3436

class CalculatedField < Struct.new(
  :data_set_identifier,
  :name,
  :expression)
  SENSITIVE = [:expression]
  include Aws::Structure
end