Class: Aws::Sustainability::Types::GetEstimatedWaterAllocationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Sustainability::Types::GetEstimatedWaterAllocationResponse
- Defined in:
- gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token indicating there are additional pages available.
-
#results ⇒ Array<Types::EstimatedWaterAllocation>
The result of the requested inputs.
Instance Attribute Details
#next_token ⇒ String
The pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
418 419 420 421 422 423 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 418 class GetEstimatedWaterAllocationResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::EstimatedWaterAllocation>
The result of the requested inputs.
418 419 420 421 422 423 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 418 class GetEstimatedWaterAllocationResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |