Sha256: e453fa36a74ae46162d337bff2d3eb1025a0860d5ea6625bd30af287b9e57ab4
Contents?: true
Size: 436 Bytes
Versions: 90
Compression:
Stored size: 436 Bytes
Contents
module Awspec::Generator module Doc module Type class AlbTargetGroup < Base 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 end end end end
Version data entries
90 entries across 90 versions & 4 rubygems