Sha256: e3dc94e57fa4f158d41195d603ec4c1c8c3af7fbbc269773e3bae08d78ddd79c
Contents?: true
Size: 768 Bytes
Versions: 3
Compression:
Stored size: 768 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::MarketplaceEntitlementService module Endpoints class GetEntitlements def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::MarketplaceEntitlementService::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
3 entries across 3 versions & 1 rubygems