Class: Aws::Types::ResourceTypeDetails
- Inherits:
-
Object
- Object
- Aws::Types::ResourceTypeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#total_active_cross_account ⇒ ::Integer
Returns the value of attribute total_active_cross_account.
-
#total_active_errors ⇒ ::Integer
Returns the value of attribute total_active_errors.
-
#total_active_public ⇒ ::Integer
Returns the value of attribute total_active_public.
Instance Attribute Details
#total_active_cross_account ⇒ ::Integer
Returns the value of attribute total_active_cross_account.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def total_active_cross_account @total_active_cross_account end |
#total_active_errors ⇒ ::Integer
Returns the value of attribute total_active_errors.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def total_active_errors @total_active_errors end |
#total_active_public ⇒ ::Integer
Returns the value of attribute total_active_public.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def total_active_public @total_active_public end |