Sha256: 01d4ed9e26fffa1cfe9ba9ec6c68ccebbc6242456bb444e654b6e365d8049278
Contents?: true
Size: 389 Bytes
Versions: 42
Compression:
Stored size: 389 Bytes
Contents
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
42 entries across 42 versions & 3 rubygems