Sha256: 0d2fa6bc18461c6171226a102dd2229ad51a46fea689a76471806d06469e488b
Contents?: true
Size: 422 Bytes
Versions: 13
Compression:
Stored size: 422 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class Sqs < Base def initialize super @type_name = 'SQS' @type = Awspec::Type::Sqs.new('my-queue') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = @type.resource_via_client.keys end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems