Class: Aws::Types::AccountStatistics
- Inherits:
-
Object
- Object
- Aws::Types::AccountStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
-
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def account_id @account_id end |
#last_generated_at ⇒ ::Time
Returns the value of attribute last_generated_at.
84 85 86 |
# File 'sig/types.rbs', line 84 def last_generated_at @last_generated_at end |
#total_findings ⇒ ::Integer
Returns the value of attribute total_findings.
85 86 87 |
# File 'sig/types.rbs', line 85 def total_findings @total_findings end |