Class: Aws::Types::EntityAggregate
- Inherits:
-
Object
- Object
- Aws::Types::EntityAggregate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#count ⇒ ::Integer
Returns the value of attribute count.
201 202 203 |
# File 'sig/types.rbs', line 201 def count @count end |
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
200 201 202 |
# File 'sig/types.rbs', line 200 def event_arn @event_arn end |
#statuses ⇒ ::Hash[("IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | "PENDING" | "RESOLVED"), ::Integer]
Returns the value of attribute statuses.
202 203 204 |
# File 'sig/types.rbs', line 202 def statuses @statuses end |