Class: Aws::Types::GetCreditAllocationHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCreditAllocationHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credit_allocation_history_list ⇒ ::Array[Types::CreditAllocationHistoryEntry]
Returns the value of attribute credit_allocation_history_list.
-
#failed_months ⇒ ::Array[::String]
Returns the value of attribute failed_months.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#partial_results ⇒ Boolean
Returns the value of attribute partial_results.
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.
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.
269 270 271 |
# File 'sig/types.rbs', line 269 def next_token @next_token end |
#partial_results ⇒ Boolean
Returns the value of attribute partial_results.
267 268 269 |
# File 'sig/types.rbs', line 267 def partial_results @partial_results end |