Class: Aws::Types::TrialComponentMetricSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrialComponentMetricSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avg ⇒ ::Float
Returns the value of attribute avg.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#last ⇒ ::Float
Returns the value of attribute last.
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#min ⇒ ::Float
Returns the value of attribute min.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#std_dev ⇒ ::Float
Returns the value of attribute std_dev.
-
#time_stamp ⇒ ::Time
Returns the value of attribute time_stamp.
Instance Attribute Details
#avg ⇒ ::Float
Returns the value of attribute avg.
11720 11721 11722 |
# File 'sig/types.rbs', line 11720 def avg @avg end |
#count ⇒ ::Integer
Returns the value of attribute count.
11719 11720 11721 |
# File 'sig/types.rbs', line 11719 def count @count end |
#last ⇒ ::Float
Returns the value of attribute last.
11718 11719 11720 |
# File 'sig/types.rbs', line 11718 def last @last end |
#max ⇒ ::Float
Returns the value of attribute max.
11716 11717 11718 |
# File 'sig/types.rbs', line 11716 def max @max end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
11713 11714 11715 |
# File 'sig/types.rbs', line 11713 def metric_name @metric_name end |
#min ⇒ ::Float
Returns the value of attribute min.
11717 11718 11719 |
# File 'sig/types.rbs', line 11717 def min @min end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
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.
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.
11715 11716 11717 |
# File 'sig/types.rbs', line 11715 def time_stamp @time_stamp end |