Class: Aws::Types::UsageFeatureResult
- Inherits:
-
Object
- Object
- Aws::Types::UsageFeatureResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature ⇒ "FLOW_LOGS", ...
Returns the value of attribute feature.
-
#total ⇒ Types::Total
Returns the value of attribute total.
Instance Attribute Details
#feature ⇒ "FLOW_LOGS", ...
Returns the value of attribute feature.
3321 3322 3323 |
# File 'sig/types.rbs', line 3321 def feature @feature end |
#total ⇒ Types::Total
Returns the value of attribute total.
3322 3323 3324 |
# File 'sig/types.rbs', line 3322 def total @total end |