Class: Aws::Types::OrganizationEntityAggregate
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationEntityAggregate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[Types::AccountEntityAggregate]
Returns the value of attribute accounts.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
-
#statuses ⇒ ::Hash[("IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | "PENDING" | "RESOLVED"), ::Integer]
Returns the value of attribute statuses.
Instance Attribute Details
#accounts ⇒ ::Array[Types::AccountEntityAggregate]
Returns the value of attribute accounts.
318 319 320 |
# File 'sig/types.rbs', line 318 def accounts @accounts end |
#count ⇒ ::Integer
Returns the value of attribute count.
316 317 318 |
# File 'sig/types.rbs', line 316 def count @count end |
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
315 316 317 |
# File 'sig/types.rbs', line 315 def event_arn @event_arn end |
#statuses ⇒ ::Hash[("IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | "PENDING" | "RESOLVED"), ::Integer]
Returns the value of attribute statuses.
317 318 319 |
# File 'sig/types.rbs', line 317 def statuses @statuses end |