Class: Aws::Types::ReportGroupTrendStats

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#average::String

Returns the value of attribute average.



1080
1081
1082
# File 'sig/types.rbs', line 1080

def average
  @average
end

#max::String

Returns the value of attribute max.



1081
1082
1083
# File 'sig/types.rbs', line 1081

def max
  @max
end

#min::String

Returns the value of attribute min.



1082
1083
1084
# File 'sig/types.rbs', line 1082

def min
  @min
end