Class: Aws::QuickSight::Types::GrowthRateComputation

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

Overview

The growth rate computation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#computation_idString

The ID for a computation.

Returns:

  • (String)


16594
16595
16596
16597
16598
16599
16600
16601
16602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16594

class GrowthRateComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :value,
  :period_size)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a computation.

Returns:

  • (String)


16594
16595
16596
16597
16598
16599
16600
16601
16602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16594

class GrowthRateComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :value,
  :period_size)
  SENSITIVE = []
  include Aws::Structure
end

#period_sizeInteger

The period size setup of a growth rate computation.

Returns:

  • (Integer)


16594
16595
16596
16597
16598
16599
16600
16601
16602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16594

class GrowthRateComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :value,
  :period_size)
  SENSITIVE = []
  include Aws::Structure
end

#timeTypes::DimensionField

The time field that is used in a computation.



16594
16595
16596
16597
16598
16599
16600
16601
16602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16594

class GrowthRateComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :value,
  :period_size)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::MeasureField

The value field that is used in a computation.

Returns:



16594
16595
16596
16597
16598
16599
16600
16601
16602
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16594

class GrowthRateComputation < Struct.new(
  :computation_id,
  :name,
  :time,
  :value,
  :period_size)
  SENSITIVE = []
  include Aws::Structure
end