class Awspec::Generator::Doc::Type::CodedeployDeploymentGroup

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/codedeploy_deployment_group.rb, line 5
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