Sha256: b391810aba2d6a01c5032db59630467870c943969642a2ea5446c6d9759bcc6f
Contents?: true
Size: 783 Bytes
Versions: 18
Compression:
Stored size: 783 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::ConnectContactLens # @api private module Endpoints class ListRealtimeContactAnalysisSegments def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::ConnectContactLens::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
18 entries across 18 versions & 1 rubygems