Class: Aws::Billing::Types::GetBillingPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::GetBillingPreferencesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_preferences ⇒ Array<Types::BillingPreferenceSummary>
The list of preference entries matching the request.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#billing_preferences ⇒ Array<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_token ⇒ String
Pagination token. Present when more pages are available; null when
there are no more results.
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 |