Class: Aws::Types::InstanceUsage
- Inherits:
-
Object
- Object
- Aws::Types::InstanceUsage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#used_instance_count ⇒ ::Integer
Returns the value of attribute used_instance_count.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
11876 11877 11878 |
# File 'sig/types.rbs', line 11876 def account_id @account_id end |
#used_instance_count ⇒ ::Integer
Returns the value of attribute used_instance_count.
11877 11878 11879 |
# File 'sig/types.rbs', line 11877 def used_instance_count @used_instance_count end |