Class: Aws::BillingConductor::Types::ListBillingGroupCostReportsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListBillingGroupCostReportsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_period ⇒ String
The preferred billing period for your report.
-
#filters ⇒ Types::ListBillingGroupCostReportsFilter
A ‘ListBillingGroupCostReportsFilter` to specify billing groups to retrieve reports from.
-
#max_results ⇒ Integer
The maximum number of reports to retrieve.
-
#next_token ⇒ String
The pagination token that’s used on subsequent calls to get reports.
Instance Attribute Details
#billing_period ⇒ String
The preferred billing period for your report.
1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1522 class ListBillingGroupCostReportsInput < Struct.new( :billing_period, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::ListBillingGroupCostReportsFilter
A ‘ListBillingGroupCostReportsFilter` to specify billing groups to retrieve reports from.
1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1522 class ListBillingGroupCostReportsInput < Struct.new( :billing_period, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of reports to retrieve.
1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1522 class ListBillingGroupCostReportsInput < Struct.new( :billing_period, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used on subsequent calls to get reports.
1522 1523 1524 1525 1526 1527 1528 1529 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1522 class ListBillingGroupCostReportsInput < Struct.new( :billing_period, :max_results, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |