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.
954 955 956 957 958 |
# File 'lib/aws-sdk-billing/types.rb', line 954 class GetCreditsResponse < Struct.new( :credits) SENSITIVE = [] include Aws::Structure end |