Sha256: 77b0ecab67e4037a476a3197fee68ececb9a1159f19b8224ceb153ca37b8ba02
Contents?: true
Size: 697 Bytes
Versions: 4
Compression:
Stored size: 697 Bytes
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::InspectorScan # @api private module Endpoints class ScanSbom def self.build(context) Aws::InspectorScan::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s, ) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems