Class: Aws::Glue::Endpoints::GetDataQualityRuleRecommendationRun
- Inherits:
-
Object
- Object
- Aws::Glue::Endpoints::GetDataQualityRuleRecommendationRun
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/endpoints.rb', line 1177 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::Glue::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |