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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


817
818
819
820
821
# File 'lib/aws-sdk-cleanrooms/types.rb', line 817

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