Class: Aws::Billing::Types::GetBillingPreferencesResponse

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

#billing_preferencesArray<Types::BillingPreferenceSummary>

The list of preference entries matching the request.



808
809
810
811
812
813
# File 'lib/aws-sdk-billing/types.rb', line 808

class GetBillingPreferencesResponse < Struct.new(
  :billing_preferences,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token. Present when more pages are available; null when there are no more results.

Returns:

  • (String)


808
809
810
811
812
813
# File 'lib/aws-sdk-billing/types.rb', line 808

class GetBillingPreferencesResponse < Struct.new(
  :billing_preferences,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end