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)


11728
11729
11730
# File 'sig/types.rbs', line 11728

def avg
  @avg
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


11727
11728
11729
# File 'sig/types.rbs', line 11727

def count
  @count
end

#last::Float

Returns the value of attribute last.

Returns:

  • (::Float)


11726
11727
11728
# File 'sig/types.rbs', line 11726

def last
  @last
end

#max::Float

Returns the value of attribute max.

Returns:

  • (::Float)


11724
11725
11726
# File 'sig/types.rbs', line 11724

def max
  @max
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


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

def metric_name
  @metric_name
end

#min::Float

Returns the value of attribute min.

Returns:

  • (::Float)


11725
11726
11727
# File 'sig/types.rbs', line 11725

def min
  @min
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


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

def source_arn
  @source_arn
end

#std_dev::Float

Returns the value of attribute std_dev.

Returns:

  • (::Float)


11729
11730
11731
# File 'sig/types.rbs', line 11729

def std_dev
  @std_dev
end

#time_stamp::Time

Returns the value of attribute time_stamp.

Returns:

  • (::Time)


11723
11724
11725
# File 'sig/types.rbs', line 11723

def time_stamp
  @time_stamp
end