Class: Aws::Billing::Types::GetCreditsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creditsArray<Types::CreditData>

The list of credits matching the request. Returns an empty list when no credits exist.

Returns:



954
955
956
957
958
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 954

class GetCreditsResponse < Struct.new(
  :credits)
  SENSITIVE = []
  include Aws::Structure
end