Class: Aws::Sustainability::Types::WaterAllocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Sustainability::Types::WaterAllocation
- Defined in:
- gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb
Overview
Represents a water allocation quantity with its value and unit of measurement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
The unit of measurement for the allocation value.
-
#value ⇒ Float
The numeric value of the allocation quantity.
Instance Attribute Details
#unit ⇒ String
The unit of measurement for the allocation value.
517 518 519 520 521 522 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 517 class WaterAllocation < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Float
The numeric value of the allocation quantity.
517 518 519 520 521 522 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 517 class WaterAllocation < Struct.new( :value, :unit) SENSITIVE = [] include Aws::Structure end |