Class: Aws::Types::DateStatistics
- Inherits:
-
Object
- Object
- Aws::Types::DateStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
-
#severity ⇒ ::Float
Returns the value of attribute severity.
-
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
676 677 678 |
# File 'sig/types.rbs', line 676 def date @date end |
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
677 678 679 |
# File 'sig/types.rbs', line 677 def last_generated_at @last_generated_at end |
#severity ⇒ ::Float
Returns the value of attribute severity.
678 679 680 |
# File 'sig/types.rbs', line 678 def severity @severity end |
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
679 680 681 |
# File 'sig/types.rbs', line 679 def total_findings @total_findings end |