Class: Aws::QuickSight::Types::ContributionAnalysisFactor
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ContributionAnalysisFactor
- Includes:
- Structure
- Defined in:
- 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`.
4798 4799 4800 4801 4802 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4798 class ContributionAnalysisFactor < Struct.new( :field_name) SENSITIVE = [] include Aws::Structure end |