Class: Aws::Billing::Types::ListSourceViewsForBillingViewResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token that is used on subsequent calls to list billing views.

Returns:

  • (String)


652
653
654
655
656
657
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 652

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

#source_viewsArray<String>

A list of billing views used as the data source for the custom billing view.

Returns:

  • (Array<String>)


652
653
654
655
656
657
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 652

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