Class: Aws::Billing::Types::GetCreditAllocationHistoryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credit_allocation_history_listArray<Types::CreditAllocationHistoryEntry>

Allocation entries sorted by billingMonth in descending order.



988
989
990
991
992
993
994
995
# File 'lib/aws-sdk-billing/types.rb', line 988

class GetCreditAllocationHistoryResponse < Struct.new(
  :credit_allocation_history_list,
  :partial_results,
  :failed_months,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#failed_monthsArray<String>

Billing months in YYYY-MM format that failed to return data. Non-empty only when partialResults is true.

Returns:

  • (Array<String>)


988
989
990
991
992
993
994
995
# File 'lib/aws-sdk-billing/types.rb', line 988

class GetCreditAllocationHistoryResponse < Struct.new(
  :credit_allocation_history_list,
  :partial_results,
  :failed_months,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token. Present when more pages are available; null when there are no more results.

Returns:

  • (String)


988
989
990
991
992
993
994
995
# File 'lib/aws-sdk-billing/types.rb', line 988

class GetCreditAllocationHistoryResponse < Struct.new(
  :credit_allocation_history_list,
  :partial_results,
  :failed_months,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#partial_resultsBoolean

true when data could not be retrieved for one or more billing months. The failedMonths field lists which months are missing.

Returns:

  • (Boolean)


988
989
990
991
992
993
994
995
# File 'lib/aws-sdk-billing/types.rb', line 988

class GetCreditAllocationHistoryResponse < Struct.new(
  :credit_allocation_history_list,
  :partial_results,
  :failed_months,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end