class Awspec::Generator::Doc::Type::AlbTargetGroup
Public Class Methods
Source
# File lib/awspec/generator/doc/type/alb_target_group.rb, line 7 def initialize super @type_name = 'AlbTargetGroup' @type = Awspec::Type::AlbTargetGroup.new('my-alb-target-group') @ret = @type.resource_via_client @matchers = %w[belong_to_alb belong_to_vpc] @ignore_matchers = [] @describes = [] end
Calls superclass method