Class: Aws::Sustainability::Types::GetEstimatedCarbonEmissionsDimensionValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Sustainability::Types::GetEstimatedCarbonEmissionsDimensionValuesRequest
- Defined in:
- gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimensions ⇒ Array<String>
The dimensions available for grouping estimated carbon emissions.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The pagination token specifying which page of results to return in the response.
-
#time_period ⇒ Types::TimePeriod
The date range for fetching the dimension values.
Instance Attribute Details
#dimensions ⇒ Array<String>
The dimensions available for grouping estimated carbon emissions.
184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 184 class GetEstimatedCarbonEmissionsDimensionValuesRequest < Struct.new( :time_period, :dimensions, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call. Default is 1000.
184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 184 class GetEstimatedCarbonEmissionsDimensionValuesRequest < Struct.new( :time_period, :dimensions, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 184 class GetEstimatedCarbonEmissionsDimensionValuesRequest < Struct.new( :time_period, :dimensions, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::TimePeriod
The date range for fetching the dimension values. The range must include the start date of a month for that month's dimensions to be included in the response.
184 185 186 187 188 189 190 191 |
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 184 class GetEstimatedCarbonEmissionsDimensionValuesRequest < Struct.new( :time_period, :dimensions, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |