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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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. AWS provides the token when the response from a previous call has more results than the maximum page size.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
3763
# File 'lib/aws-sdk-costexplorer/types.rb', line 3757

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 RIs.



3757
3758
3759
3760
3761
3762
3763
# File 'lib/aws-sdk-costexplorer/types.rb', line 3757

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 RIs.

Returns:



3757
3758
3759
3760
3761
3762
3763
# File 'lib/aws-sdk-costexplorer/types.rb', line 3757

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