Class: Aws::Billing::Types::ListBillingViewsResponse

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_viewsArray<Types::BillingViewListElement>

A list of ‘BillingViewListElement` retrieved.

Returns:



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_tokenString

The pagination token to use on subsequent calls to list billing views.

Returns:

  • (String)


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