Class: Aws::Types::AccountEntityAggregate
- Inherits:
-
Object
- Object
- Aws::Types::AccountEntityAggregate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#statuses ⇒ ::Hash[("IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | "PENDING" | "RESOLVED"), ::Integer]
Returns the value of attribute statuses.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def account_id @account_id end |
#count ⇒ ::Integer
Returns the value of attribute count.
13 14 15 |
# File 'sig/types.rbs', line 13 def count @count end |
#statuses ⇒ ::Hash[("IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | "PENDING" | "RESOLVED"), ::Integer]
Returns the value of attribute statuses.
14 15 16 |
# File 'sig/types.rbs', line 14 def statuses @statuses end |