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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3080
3081
3082
3083
3084
3085
3086
# File 'lib/aws-sdk-quicksight/types.rb', line 3080

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

#expressionString

The expression of the calculated field.

Returns:

  • (String)


3080
3081
3082
3083
3084
3085
3086
# File 'lib/aws-sdk-quicksight/types.rb', line 3080

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

#nameString

The name of the calculated field.

Returns:

  • (String)


3080
3081
3082
3083
3084
3085
3086
# File 'lib/aws-sdk-quicksight/types.rb', line 3080

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