Class: Aws::CloudFront::Endpoints::UntagResource
- Inherits:
-
Object
- Object
- Aws::CloudFront::Endpoints::UntagResource
- Defined in:
- lib/aws-sdk-cloudfront/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-cloudfront/endpoints.rb', line 1275 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::CloudFront::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |