Sha256: 6c58a274cb2a80e1157189470489a7bc9e03be84491f291031fbe0a083c151b0
Contents?: true
Size: 420 Bytes
Versions: 14
Compression:
Stored size: 420 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class Codedeploy < Base def initialize super @type_name = 'Codedeploy' @type = Awspec::Type::Codedeploy.new('my-codedeploy') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems