Class: Aws::Types::OrganizationStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_accounts_count::Integer

Returns the value of attribute active_accounts_count.

Returns:

  • (::Integer)


2410
2411
2412
# File 'sig/types.rbs', line 2410

def active_accounts_count
  @active_accounts_count
end

#count_by_feature::Array[Types::OrganizationFeatureStatistics]

Returns the value of attribute count_by_feature.



2412
2413
2414
# File 'sig/types.rbs', line 2412

def count_by_feature
  @count_by_feature
end

#enabled_accounts_count::Integer

Returns the value of attribute enabled_accounts_count.

Returns:

  • (::Integer)


2411
2412
2413
# File 'sig/types.rbs', line 2411

def enabled_accounts_count
  @enabled_accounts_count
end

#member_accounts_count::Integer

Returns the value of attribute member_accounts_count.

Returns:

  • (::Integer)


2409
2410
2411
# File 'sig/types.rbs', line 2409

def member_accounts_count
  @member_accounts_count
end

#total_accounts_count::Integer

Returns the value of attribute total_accounts_count.

Returns:

  • (::Integer)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def total_accounts_count
  @total_accounts_count
end