Class: Aws::Types::BatchMeterUsageRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#product_code::String

Returns the value of attribute product_code.

Returns:

  • (::String)


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.

Returns:



12
13
14
# File 'sig/types.rbs', line 12

def usage_records
  @usage_records
end