Class: Aws::Types::BatchMeterUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchMeterUsageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#product_code ⇒ ::String
Returns the value of attribute product_code.
-
#usage_records ⇒ ::Array[Types::UsageRecord]
Returns the value of attribute usage_records.
Instance Attribute Details
#product_code ⇒ ::String
Returns the value of attribute product_code.
13 14 15 |
# File 'sig/types.rbs', line 13 def product_code @product_code end |
#usage_records ⇒ ::Array[Types::UsageRecord]
Returns the value of attribute usage_records.
12 13 14 |
# File 'sig/types.rbs', line 12 def usage_records @usage_records end |