Class: Aws::Billing::Types::GetCreditsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::GetCreditsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credits ⇒ Array<Types::CreditData>
The list of credits matching the request.
Instance Attribute Details
#credits ⇒ Array<Types::CreditData>
The list of credits matching the request. Returns an empty list when no credits exist.
1038 1039 1040 1041 1042 |
# File 'lib/aws-sdk-billing/types.rb', line 1038 class GetCreditsResponse < Struct.new( :credits) SENSITIVE = [] include Aws::Structure end |