Sha256: 95ae95e2fbe5be5f2d2ad34bacd95b8da2146a36bca02aa95530fa4d82869236
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
# 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::LexModelBuildingService # This class provides a resource oriented interface for LexModelBuildingService. # To create a resource object: # resource = Aws::LexModelBuildingService::Resource.new(region: 'us-west-2') # You can supply a client object with custom configuration that will be used for all resource operations. # If you do not pass +:client+, a default client will be constructed. # client = Aws::LexModelBuildingService::Client.new(region: 'us-west-2') # resource = Aws::LexModelBuildingService::Resource.new(client: client) 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-lexmodelbuildingservice-1.28.0 | lib/aws-sdk-lexmodelbuildingservice/resource.rb |
aws-sdk-lexmodelbuildingservice-1.27.0 | lib/aws-sdk-lexmodelbuildingservice/resource.rb |