Class: Aws::Sustainability::Types::GetEstimatedCarbonEmissionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


240
241
242
243
244
245
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 240

class GetEstimatedCarbonEmissionsResponse < Struct.new(
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resultsArray<Types::EstimatedCarbonEmissions>

The result of the requested inputs.



240
241
242
243
244
245
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 240

class GetEstimatedCarbonEmissionsResponse < Struct.new(
  :results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end