Class: Aws::CostExplorer::Types::GetReservationUtilizationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

Returns:

  • (String)


3736
3737
3738
3739
3740
3741
3742
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3736

class GetReservationUtilizationResponse < Struct.new(
  :utilizations_by_time,
  :total,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#totalTypes::ReservationAggregates

The total amount of time that you used your Reserved Instances (RIs).



3736
3737
3738
3739
3740
3741
3742
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3736

class GetReservationUtilizationResponse < Struct.new(
  :utilizations_by_time,
  :total,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#utilizations_by_timeArray<Types::UtilizationByTime>

The amount of time that you used your Reserved Instances (RIs).

Returns:



3736
3737
3738
3739
3740
3741
3742
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3736

class GetReservationUtilizationResponse < Struct.new(
  :utilizations_by_time,
  :total,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end