Module: Aws::Billing::Client::_GetCreditAllocationHistoryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCreditAllocationHistoryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #credit_allocation_history_list ⇒ ::Array[Types::CreditAllocationHistoryEntry]
- #failed_months ⇒ ::Array[::String]
- #next_token ⇒ ::String
- #partial_results ⇒ Boolean
Instance Method Details
#credit_allocation_history_list ⇒ ::Array[Types::CreditAllocationHistoryEntry]
167 |
# File 'sig/client.rbs', line 167
def credit_allocation_history_list: () -> ::Array[Types::CreditAllocationHistoryEntry]
|
#failed_months ⇒ ::Array[::String]
169 |
# File 'sig/client.rbs', line 169
def failed_months: () -> ::Array[::String]
|
#next_token ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def next_token: () -> ::String
|
#partial_results ⇒ Boolean
168 |
# File 'sig/client.rbs', line 168
def partial_results: () -> bool
|