Sha256: 1b6a6557fd133eb8222cde3e2ffe669230190f7489572f117248d08264b77abe
Contents?: true
Size: 746 Bytes
Versions: 11
Compression:
Stored size: 746 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) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::InspectorScan::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end end end end
Version data entries
11 entries across 11 versions & 1 rubygems