Sha256: 70cc8138325a84eded33b3e177a7adbb4b6c8ede71ecd44d34cdacf46d4b792d
Contents?: true
Size: 520 Bytes
Versions: 81
Compression:
Stored size: 520 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::MediaConvert class Resource # @param options ({}) # @option options [Client] :client def initialize(options = {}) @client = options[:client] || Client.new(options) end # @return [Client] def client @client end end end
Version data entries
81 entries across 81 versions & 1 rubygems