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