Class: Aws::ForecastService::Endpoints::DeleteDatasetImportJob
- Inherits:
-
Object
- Object
- Aws::ForecastService::Endpoints::DeleteDatasetImportJob
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
239 240 241 242 243 244 245 246 247 248 249 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/endpoints.rb', line 239 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 |