Class: Aws::Types::GetCreditAllocationHistoryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credit_allocation_history_list::Array[Types::CreditAllocationHistoryEntry]

Returns the value of attribute credit_allocation_history_list.



266
267
268
# File 'sig/types.rbs', line 266

def credit_allocation_history_list
  @credit_allocation_history_list
end

#failed_months::Array[::String]

Returns the value of attribute failed_months.

Returns:

  • (::Array[::String])


268
269
270
# File 'sig/types.rbs', line 268

def failed_months
  @failed_months
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def next_token
  @next_token
end

#partial_resultsBoolean

Returns the value of attribute partial_results.

Returns:

  • (Boolean)


267
268
269
# File 'sig/types.rbs', line 267

def partial_results
  @partial_results
end