Class: Aws::Billing::Types::ListBillingViewsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ListBillingViewsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_views ⇒ Array<Types::BillingViewListElement>
A list of ‘BillingViewListElement` retrieved.
-
#next_token ⇒ String
The pagination token to use on subsequent calls to list billing views.
Instance Attribute Details
#billing_views ⇒ Array<Types::BillingViewListElement>
A list of ‘BillingViewListElement` retrieved.
578 579 580 581 582 583 |
# File 'lib/aws-sdk-billing/types.rb', line 578 class ListBillingViewsResponse < Struct.new( :billing_views, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use on subsequent calls to list billing views.
578 579 580 581 582 583 |
# File 'lib/aws-sdk-billing/types.rb', line 578 class ListBillingViewsResponse < Struct.new( :billing_views, :next_token) SENSITIVE = [] include Aws::Structure end |