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)


5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5081

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

#expressionString

The expression of the calculated field.

Returns:

  • (String)


5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5081

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

#nameString

The name of the calculated field.

Returns:

  • (String)


5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5081

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

#topic_identifierString

The topic that is used in this calculated field.

Returns:

  • (String)


5081
5082
5083
5084
5085
5086
5087
5088
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5081

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