Method: Aws::CostExplorer::Types::GetCostForecastRequest#billing_view_arn
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
#billing_view_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies a specific billing view. The ARN is used to specify which particular billing view you want to interact with or retrieve information from when making API calls related to Amazon Web Services Billing and Cost Management features. The BillingViewArn can be retrieved by calling the ListBillingViews API.
3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3539 class GetCostForecastRequest < Struct.new( :time_period, :metric, :granularity, :filter, :billing_view_arn, :prediction_interval_level) SENSITIVE = [] include Aws::Structure end |