Sha256: f933dae5886fe1b55f1a80be17bc9d1c2e15b196323497ed280fe21a1244c9e4
Contents?: true
Size: 434 Bytes
Versions: 5
Compression:
Stored size: 434 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class EcrRepository < Base def initialize super @type_name = 'ECR Repository' @type = Awspec::Type::EcrRepository.new('my-ecr-repository') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems