Class: Aws::Types::TrialComponentMetricSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#avg::Float

Returns the value of attribute avg.

Returns:



11804
11805
11806
# File 'sig/types.rbs', line 11804

def avg
  @avg
end

#count::Integer

Returns the value of attribute count.

Returns:



11803
11804
11805
# File 'sig/types.rbs', line 11803

def count
  @count
end

#last::Float

Returns the value of attribute last.

Returns:



11802
11803
11804
# File 'sig/types.rbs', line 11802

def last
  @last
end

#max::Float

Returns the value of attribute max.

Returns:



11800
11801
11802
# File 'sig/types.rbs', line 11800

def max
  @max
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:



11797
11798
11799
# File 'sig/types.rbs', line 11797

def metric_name
  @metric_name
end

#min::Float

Returns the value of attribute min.

Returns:



11801
11802
11803
# File 'sig/types.rbs', line 11801

def min
  @min
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:



11798
11799
11800
# File 'sig/types.rbs', line 11798

def source_arn
  @source_arn
end

#std_dev::Float

Returns the value of attribute std_dev.

Returns:



11805
11806
11807
# File 'sig/types.rbs', line 11805

def std_dev
  @std_dev
end

#time_stamp::Time

Returns the value of attribute time_stamp.

Returns:



11799
11800
11801
# File 'sig/types.rbs', line 11799

def time_stamp
  @time_stamp
end