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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-billing/types.rb', line 954

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