Class: Aws::Comprehend::Endpoints::DescribeTargetedSentimentDetectionJob
- Inherits:
-
Object
- Object
- Aws::Comprehend::Endpoints::DescribeTargetedSentimentDetectionJob
- Defined in:
- lib/aws-sdk-comprehend/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
463 464 465 466 467 468 469 470 471 472 473 |
# File 'lib/aws-sdk-comprehend/endpoints.rb', line 463 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::Comprehend::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |