Sha256: 08d76524c4a12837f50dd18c2e0faf7be3cb2f6c559abd75c6b95b874836648f
Contents?: true
Size: 527 Bytes
Versions: 30
Compression:
Stored size: 527 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::BedrockAgentRuntime 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
30 entries across 30 versions & 1 rubygems