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.
11728 11729 11730 |
# File 'sig/types.rbs', line 11728 def avg @avg end |
#count ⇒ ::Integer
Returns the value of attribute count.
11727 11728 11729 |
# File 'sig/types.rbs', line 11727 def count @count end |
#last ⇒ ::Float
Returns the value of attribute last.
11726 11727 11728 |
# File 'sig/types.rbs', line 11726 def last @last end |
#max ⇒ ::Float
Returns the value of attribute max.
11724 11725 11726 |
# File 'sig/types.rbs', line 11724 def max @max end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
11721 11722 11723 |
# File 'sig/types.rbs', line 11721 def metric_name @metric_name end |
#min ⇒ ::Float
Returns the value of attribute min.
11725 11726 11727 |
# File 'sig/types.rbs', line 11725 def min @min end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
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.
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.
11723 11724 11725 |
# File 'sig/types.rbs', line 11723 def time_stamp @time_stamp end |