Class: Aws::Types::FindingAggregationAccountDetails
- Inherits:
-
Object
- Object
- Aws::Types::FindingAggregationAccountDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ ::String
Returns the value of attribute account.
-
#details ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute details.
-
#number_of_active_findings ⇒ ::Integer
Returns the value of attribute number_of_active_findings.
Instance Attribute Details
#account ⇒ ::String
Returns the value of attribute account.
418 419 420 |
# File 'sig/types.rbs', line 418 def account @account end |
#details ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute details.
420 421 422 |
# File 'sig/types.rbs', line 420 def details @details end |
#number_of_active_findings ⇒ ::Integer
Returns the value of attribute number_of_active_findings.
419 420 421 |
# File 'sig/types.rbs', line 419 def number_of_active_findings @number_of_active_findings end |