Sha256: f5f93012fcd211886ae8c0c518e65c98dc2a1db4dcd22d829cae0e77a7265bf7
Contents?: true
Size: 484 Bytes
Versions: 3
Compression:
Stored size: 484 Bytes
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::Greengrass 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-greengrass-1.32.1 | lib/aws-sdk-greengrass/resource.rb |
aws-sdk-greengrass-1.31.0 | lib/aws-sdk-greengrass/resource.rb |
aws-sdk-greengrass-1.30.0 | lib/aws-sdk-greengrass/resource.rb |