Sha256: 06bc30476a0245b9de3909aebec5ba7c467f157697829df25eb2e36c9ab34905
Contents?: true
Size: 679 Bytes
Versions: 10
Compression:
Stored size: 679 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::FreeTier # @api private module Endpoints class GetFreeTierUsage def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::FreeTier::EndpointParameters.new( region: context.config.region, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end end end end
Version data entries
10 entries across 10 versions & 1 rubygems