Class: Aws::Glue::Endpoints::GetColumnStatisticsForTable
- Inherits:
-
Object
- Object
- Aws::Glue::Endpoints::GetColumnStatisticsForTable
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/endpoints.rb', line 1051 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 |