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