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:

  • (::Float)


11743
11744
11745
# File 'sig/types.rbs', line 11743

def avg
  @avg
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


11742
11743
11744
# File 'sig/types.rbs', line 11742

def count
  @count
end

#last::Float

Returns the value of attribute last.

Returns:

  • (::Float)


11741
11742
11743
# File 'sig/types.rbs', line 11741

def last
  @last
end

#max::Float

Returns the value of attribute max.

Returns:

  • (::Float)


11739
11740
11741
# File 'sig/types.rbs', line 11739

def max
  @max
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


11736
11737
11738
# File 'sig/types.rbs', line 11736

def metric_name
  @metric_name
end

#min::Float

Returns the value of attribute min.

Returns:

  • (::Float)


11740
11741
11742
# File 'sig/types.rbs', line 11740

def min
  @min
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


11737
11738
11739
# File 'sig/types.rbs', line 11737

def source_arn
  @source_arn
end

#std_dev::Float

Returns the value of attribute std_dev.

Returns:

  • (::Float)


11744
11745
11746
# File 'sig/types.rbs', line 11744

def std_dev
  @std_dev
end

#time_stamp::Time

Returns the value of attribute time_stamp.

Returns:

  • (::Time)


11738
11739
11740
# File 'sig/types.rbs', line 11738

def time_stamp
  @time_stamp
end