Class: Aws::CostExplorer::Types::GetSavingsPlansCoverageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlansCoverageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to retrieve the next set of results.
-
#savings_plans_coverages ⇒ Array<Types::SavingsPlansCoverage>
The amount of spend that your Savings Plans covered.
Instance Attribute Details
#next_token ⇒ String
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
4202 4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4202 class GetSavingsPlansCoverageResponse < Struct.new( :savings_plans_coverages, :next_token) SENSITIVE = [] include Aws::Structure end |
#savings_plans_coverages ⇒ Array<Types::SavingsPlansCoverage>
The amount of spend that your Savings Plans covered.
4202 4203 4204 4205 4206 4207 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 4202 class GetSavingsPlansCoverageResponse < Struct.new( :savings_plans_coverages, :next_token) SENSITIVE = [] include Aws::Structure end |