Class: Aws::ForecastService::Endpoints::DescribeWhatIfAnalysis
- Inherits:
-
Object
- Object
- Aws::ForecastService::Endpoints::DescribeWhatIfAnalysis
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
561 562 563 564 565 566 567 568 569 570 571 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/endpoints.rb', line 561 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::ForecastService::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |