Class: Aws::Types::UsageDataSourceResult
- Inherits:
-
Object
- Object
- Aws::Types::UsageDataSourceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ "FLOW_LOGS", ...
Returns the value of attribute data_source.
-
#total ⇒ Types::Total
Returns the value of attribute total.
Instance Attribute Details
#data_source ⇒ "FLOW_LOGS", ...
Returns the value of attribute data_source.
3315 3316 3317 |
# File 'sig/types.rbs', line 3315 def data_source @data_source end |
#total ⇒ Types::Total
Returns the value of attribute total.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def total @total end |