Class: Aws::Types::UsageTopAccountsResult
- Inherits:
-
Object
- Object
- Aws::Types::UsageTopAccountsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[Types::UsageTopAccountResult]
Returns the value of attribute accounts.
-
#feature ⇒ "FLOW_LOGS", ...
Returns the value of attribute feature.
Instance Attribute Details
#accounts ⇒ ::Array[Types::UsageTopAccountResult]
Returns the value of attribute accounts.
3350 3351 3352 |
# File 'sig/types.rbs', line 3350 def accounts @accounts end |
#feature ⇒ "FLOW_LOGS", ...
Returns the value of attribute feature.
3349 3350 3351 |
# File 'sig/types.rbs', line 3349 def feature @feature end |