Class: Aws::CostExplorer::Types::GetSavingsPlansCoverageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetSavingsPlansCoverageResponse
- Defined in:
- gems/aws-sdk-costexplorer/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.
3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3885 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.
3885 3886 3887 3888 3889 3890 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3885 class GetSavingsPlansCoverageResponse < Struct.new( :savings_plans_coverages, :next_token) SENSITIVE = [] include Aws::Structure end |