Class: Aws::CleanRooms::Types::BilledResourceUtilization

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Information related to the utilization of resources that have been billed or charged for in a given context, such as a protected query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitsFloat

The number of Clean Rooms Processing Unit (CRPU) hours that have been billed.

Returns:

  • (Float)


846
847
848
849
850
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 846

class BilledResourceUtilization < Struct.new(
  :units)
  SENSITIVE = []
  include Aws::Structure
end