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)


11720
11721
11722
# File 'sig/types.rbs', line 11720

def avg
  @avg
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


11719
11720
11721
# File 'sig/types.rbs', line 11719

def count
  @count
end

#last::Float

Returns the value of attribute last.

Returns:

  • (::Float)


11718
11719
11720
# File 'sig/types.rbs', line 11718

def last
  @last
end

#max::Float

Returns the value of attribute max.

Returns:

  • (::Float)


11716
11717
11718
# File 'sig/types.rbs', line 11716

def max
  @max
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


11713
11714
11715
# File 'sig/types.rbs', line 11713

def metric_name
  @metric_name
end

#min::Float

Returns the value of attribute min.

Returns:

  • (::Float)


11717
11718
11719
# File 'sig/types.rbs', line 11717

def min
  @min
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


11714
11715
11716
# File 'sig/types.rbs', line 11714

def source_arn
  @source_arn
end

#std_dev::Float

Returns the value of attribute std_dev.

Returns:

  • (::Float)


11721
11722
11723
# File 'sig/types.rbs', line 11721

def std_dev
  @std_dev
end

#time_stamp::Time

Returns the value of attribute time_stamp.

Returns:

  • (::Time)


11715
11716
11717
# File 'sig/types.rbs', line 11715

def time_stamp
  @time_stamp
end