Class: Aws::Types::InsightRuleMetricDatapoint
- Inherits:
-
Object
- Object
- Aws::Types::InsightRuleMetricDatapoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average ⇒ ::Float
Returns the value of attribute average.
-
#max_contributor_value ⇒ ::Float
Returns the value of attribute max_contributor_value.
-
#maximum ⇒ ::Float
Returns the value of attribute maximum.
-
#minimum ⇒ ::Float
Returns the value of attribute minimum.
-
#sample_count ⇒ ::Float
Returns the value of attribute sample_count.
-
#sum ⇒ ::Float
Returns the value of attribute sum.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#unique_contributors ⇒ ::Float
Returns the value of attribute unique_contributors.
Instance Attribute Details
#average ⇒ ::Float
Returns the value of attribute average.
547 548 549 |
# File 'sig/types.rbs', line 547 def average @average end |
#max_contributor_value ⇒ ::Float
Returns the value of attribute max_contributor_value.
545 546 547 |
# File 'sig/types.rbs', line 545 def max_contributor_value @max_contributor_value end |
#maximum ⇒ ::Float
Returns the value of attribute maximum.
550 551 552 |
# File 'sig/types.rbs', line 550 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
549 550 551 |
# File 'sig/types.rbs', line 549 def minimum @minimum end |
#sample_count ⇒ ::Float
Returns the value of attribute sample_count.
546 547 548 |
# File 'sig/types.rbs', line 546 def sample_count @sample_count end |
#sum ⇒ ::Float
Returns the value of attribute sum.
548 549 550 |
# File 'sig/types.rbs', line 548 def sum @sum end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
543 544 545 |
# File 'sig/types.rbs', line 543 def @timestamp end |
#unique_contributors ⇒ ::Float
Returns the value of attribute unique_contributors.
544 545 546 |
# File 'sig/types.rbs', line 544 def unique_contributors @unique_contributors end |