Class: Aws::Sustainability::Types::GetEstimatedCarbonEmissionsDimensionValuesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Sustainability::Types::GetEstimatedCarbonEmissionsDimensionValuesResponse
- 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::DimensionEntry>
The list of possible dimensions over which the emissions data is aggregated.
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.
167 168 169 170 171 172 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 167 class GetEstimatedCarbonEmissionsDimensionValuesResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::DimensionEntry>
The list of possible dimensions over which the emissions data is aggregated.
167 168 169 170 171 172 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 167 class GetEstimatedCarbonEmissionsDimensionValuesResponse < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |