Class: Aws::Billing::Types::ListSourceViewsForBillingViewResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ListSourceViewsForBillingViewResponse
- Defined in:
- gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that is used on subsequent calls to list billing views.
-
#source_views ⇒ Array<String>
A list of billing views used as the data source for the custom billing view.
Instance Attribute Details
#next_token ⇒ String
The pagination token that is used on subsequent calls to list billing views.
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_views ⇒ Array<String>
A list of billing views used as the data source for the custom billing view.
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 |