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.



904
905
906
907
908
909
910
911
# File 'lib/aws-sdk-billing/types.rb', line 904

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>)


904
905
906
907
908
909
910
911
# File 'lib/aws-sdk-billing/types.rb', line 904

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)


904
905
906
907
908
909
910
911
# File 'lib/aws-sdk-billing/types.rb', line 904

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)


904
905
906
907
908
909
910
911
# File 'lib/aws-sdk-billing/types.rb', line 904

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