Class: Aws::QuickSight::Types::ContributionAnalysisFactor
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ContributionAnalysisFactor
- 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
-
#field_name ⇒ String
The field name of the
ContributionAnalysisFactor.
Instance Attribute Details
#field_name ⇒ String
The field name of the ContributionAnalysisFactor.
6096 6097 6098 6099 6100 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6096 class ContributionAnalysisFactor < Struct.new( :field_name) SENSITIVE = [] include Aws::Structure end |