Sha256: 722877c2b6816c7c250876f20b73d1f060c1f1bdc80bf9acc42a3795b937a8ee
Contents?: true
Size: 519 Bytes
Versions: 67
Compression:
Stored size: 519 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::LexModelsV2 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
67 entries across 67 versions & 1 rubygems