Class: Aws::CleanRooms::Types::BilledResourceUtilization
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BilledResourceUtilization
- 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
-
#units ⇒ Float
The number of Clean Rooms Processing Unit (CRPU) hours that have been billed.
Instance Attribute Details
#units ⇒ Float
The number of Clean Rooms Processing Unit (CRPU) hours that have been billed.
817 818 819 820 821 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 817 class BilledResourceUtilization < Struct.new( :units) SENSITIVE = [] include Aws::Structure end |