Sha256: 9e7b008d615262cc51dd0edfd5d0e40d8a81bfa6a0b1420f2114cab605c61c01
Contents?: true
Size: 517 Bytes
Versions: 2
Compression:
Stored size: 517 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/master/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws::LexRuntimeV2 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-lexruntimev2-1.1.0 | lib/aws-sdk-lexruntimev2/resource.rb |
aws-sdk-lexruntimev2-1.0.0 | lib/aws-sdk-lexruntimev2/resource.rb |