Class: Aws::Sustainability::Types::EstimatedWaterAllocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Sustainability::Types::EstimatedWaterAllocation
- Defined in:
- gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb
Overview
Contains estimated water allocation data for a specific time period and dimension grouping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocation_values ⇒ Hash<String,Types::WaterAllocation>
The allocation values for the requested water allocation types.
-
#dimensions_values ⇒ Hash<String,String>
The dimensions used to group water allocation values.
-
#model_version ⇒ String
The semantic version-formatted string that indicates the methodology version used to calculate the water allocation values.
-
#time_period ⇒ Types::TimePeriod
The reporting period for water allocation values.
Instance Attribute Details
#allocation_values ⇒ Hash<String,Types::WaterAllocation>
The allocation values for the requested water allocation types.
138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 138 class EstimatedWaterAllocation < Struct.new( :time_period, :dimensions_values, :model_version, :allocation_values) SENSITIVE = [] include Aws::Structure end |
#dimensions_values ⇒ Hash<String,String>
The dimensions used to group water allocation values.
138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 138 class EstimatedWaterAllocation < Struct.new( :time_period, :dimensions_values, :model_version, :allocation_values) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The semantic version-formatted string that indicates the methodology version used to calculate the water allocation values.
ModelVersion values.
138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 138 class EstimatedWaterAllocation < Struct.new( :time_period, :dimensions_values, :model_version, :allocation_values) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::TimePeriod
The reporting period for water allocation values.
138 139 140 141 142 143 144 145 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 138 class EstimatedWaterAllocation < Struct.new( :time_period, :dimensions_values, :model_version, :allocation_values) SENSITIVE = [] include Aws::Structure end |