Class: Aws::Types::EntityAggregate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


201
202
203
# File 'sig/types.rbs', line 201

def count
  @count
end

#event_arn::String

Returns the value of attribute event_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[("IMPAIRED" | "UNIMPAIRED" | "UNKNOWN" | "PENDING" | "RESOLVED"), ::Integer])


202
203
204
# File 'sig/types.rbs', line 202

def statuses
  @statuses
end