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
.
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 |