Sha256: 848f12fc746c559fed3850591794adcc5a4aa8e2f81b2147792d5297dc46197a
Contents?: true
Size: 519 Bytes
Versions: 39
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::CognitoSync 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
39 entries across 39 versions & 1 rubygems