Class: Aws::Types::TrustedAdvisorResourcesSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrustedAdvisorResourcesSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resources_flagged ⇒ ::Integer
Returns the value of attribute resources_flagged.
-
#resources_ignored ⇒ ::Integer
Returns the value of attribute resources_ignored.
-
#resources_processed ⇒ ::Integer
Returns the value of attribute resources_processed.
-
#resources_suppressed ⇒ ::Integer
Returns the value of attribute resources_suppressed.
Instance Attribute Details
#resources_flagged ⇒ ::Integer
Returns the value of attribute resources_flagged.
496 497 498 |
# File 'sig/types.rbs', line 496 def resources_flagged @resources_flagged end |
#resources_ignored ⇒ ::Integer
Returns the value of attribute resources_ignored.
497 498 499 |
# File 'sig/types.rbs', line 497 def resources_ignored @resources_ignored end |
#resources_processed ⇒ ::Integer
Returns the value of attribute resources_processed.
495 496 497 |
# File 'sig/types.rbs', line 495 def resources_processed @resources_processed end |
#resources_suppressed ⇒ ::Integer
Returns the value of attribute resources_suppressed.
498 499 500 |
# File 'sig/types.rbs', line 498 def resources_suppressed @resources_suppressed end |