Class: Aws::Types::NetworkResourceCount
- Inherits:
-
Object
- Object
- Aws::Types::NetworkResourceCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def count @count end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def resource_type @resource_type end |