Class: Aws::Types::OrganizationStatistics
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_accounts_count ⇒ ::Integer
Returns the value of attribute active_accounts_count.
-
#count_by_feature ⇒ ::Array[Types::OrganizationFeatureStatistics]
Returns the value of attribute count_by_feature.
-
#enabled_accounts_count ⇒ ::Integer
Returns the value of attribute enabled_accounts_count.
-
#member_accounts_count ⇒ ::Integer
Returns the value of attribute member_accounts_count.
-
#total_accounts_count ⇒ ::Integer
Returns the value of attribute total_accounts_count.
Instance Attribute Details
#active_accounts_count ⇒ ::Integer
Returns the value of attribute active_accounts_count.
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.
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.
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.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def total_accounts_count @total_accounts_count end |