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

Version Path
awspec-1.15.1 lib/awspec/generator/doc/type/codedeploy_deployment_group.rb
awspec-1.15.0 lib/awspec/generator/doc/type/codedeploy_deployment_group.rb