Class: Aws::Types::OrganizationFeatureStatisticsAdditionalConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationFeatureStatisticsAdditionalConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled_accounts_count ⇒ ::Integer
Returns the value of attribute enabled_accounts_count.
-
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
Instance Attribute Details
#enabled_accounts_count ⇒ ::Integer
Returns the value of attribute enabled_accounts_count.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def enabled_accounts_count @enabled_accounts_count end |
#name ⇒ "EKS_ADDON_MANAGEMENT", ...
Returns the value of attribute name.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def name @name end |