Class: Aws::Types::UsageResourceResult
- Inherits:
-
Object
- Object
- Aws::Types::UsageResourceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#total ⇒ Types::Total
Returns the value of attribute total.
Instance Attribute Details
#resource ⇒ ::String
Returns the value of attribute resource.
3327 3328 3329 |
# File 'sig/types.rbs', line 3327 def resource @resource end |
#total ⇒ Types::Total
Returns the value of attribute total.
3328 3329 3330 |
# File 'sig/types.rbs', line 3328 def total @total end |