Class: Aws::FSx::Endpoints::CancelDataRepositoryTask
- Inherits:
-
Object
- Object
- Aws::FSx::Endpoints::CancelDataRepositoryTask
- Defined in:
- lib/aws-sdk-fsx/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
29 30 31 32 33 34 35 36 37 38 39 |
# File 'lib/aws-sdk-fsx/endpoints.rb', line 29 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::FSx::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |