Sha256: b453d482b426aef793195d06aeb3c560a95309c336c3b841fb4bdac4fdb944b3
Contents?: true
Size: 436 Bytes
Versions: 72
Compression:
Stored size: 436 Bytes
Contents
module Awspec::Generator module Doc module Type class NlbTargetGroup < Base def initialize super @type_name = 'NlbTargetGroup' @type = Awspec::Type::NlbTargetGroup.new('my-nlb-target-group') @ret = @type.resource_via_client @matchers = %w(belong_to_nlb belong_to_vpc) @ignore_matchers = [] @describes = [] end end end end end
Version data entries
72 entries across 72 versions & 3 rubygems