Class: Aws::Types::OrganizationEntityAggregate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accounts::Array[Types::AccountEntityAggregate]

Returns the value of attribute accounts.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def accounts
  @accounts
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


316
317
318
# File 'sig/types.rbs', line 316

def count
  @count
end

#event_arn::String

Returns the value of attribute event_arn.

Returns:

  • (::String)


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.

Returns:

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


317
318
319
# File 'sig/types.rbs', line 317

def statuses
  @statuses
end