Class: Aws::Types::Impact

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#max_impact::Float

Returns the value of attribute max_impact.



904
905
906
# File 'sig/types.rbs', line 904

def max_impact
  @max_impact
end

#total_actual_spend::Float

Returns the value of attribute total_actual_spend.



906
907
908
# File 'sig/types.rbs', line 906

def total_actual_spend
  @total_actual_spend
end

#total_expected_spend::Float

Returns the value of attribute total_expected_spend.



907
908
909
# File 'sig/types.rbs', line 907

def total_expected_spend
  @total_expected_spend
end

#total_impact::Float

Returns the value of attribute total_impact.



905
906
907
# File 'sig/types.rbs', line 905

def total_impact
  @total_impact
end

#total_impact_percentage::Float

Returns the value of attribute total_impact_percentage.



908
909
910
# File 'sig/types.rbs', line 908

def total_impact_percentage
  @total_impact_percentage
end