Class: Aws::QuickSight::Types::ContributionAnalysisFactor

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

Overview

The definition for the ContributionAnalysisFactor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_nameString

The field name of the ContributionAnalysisFactor.

Returns:

  • (String)


5360
5361
5362
5363
5364
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5360

class ContributionAnalysisFactor < Struct.new(
  :field_name)
  SENSITIVE = []
  include Aws::Structure
end