Class: Aws::Types::TopicIRContributionAnalysis

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#direction"INCREASE", ...

Returns the value of attribute direction.

Returns:

  • ("INCREASE", "DECREASE", "NEUTRAL")


11379
11380
11381
# File 'sig/types.rbs', line 11379

def direction
  @direction
end

#factors::Array[Types::ContributionAnalysisFactor]

Returns the value of attribute factors.

Returns:



11377
11378
11379
# File 'sig/types.rbs', line 11377

def factors
  @factors
end

#sort_type"ABSOLUTE_DIFFERENCE", ...

Returns the value of attribute sort_type.

Returns:

  • ("ABSOLUTE_DIFFERENCE", "CONTRIBUTION_PERCENTAGE", "DEVIATION_FROM_EXPECTED", "PERCENTAGE_DIFFERENCE")


11380
11381
11382
# File 'sig/types.rbs', line 11380

def sort_type
  @sort_type
end

#time_rangesTypes::ContributionAnalysisTimeRanges

Returns the value of attribute time_ranges.



11378
11379
11380
# File 'sig/types.rbs', line 11378

def time_ranges
  @time_ranges
end