Sha256: 10fcf5a9e43f78c49b513b405912ff3436b371b11eda9a16baaba2a3520744ec
Contents?: true
Size: 533 Bytes
Versions: 72
Compression:
Stored size: 533 Bytes
Contents
module Awspec::Generator module Doc module Type class Nlb < Base def initialize super @type_name = 'NLB' @type = Awspec::Type::Nlb.new('my-nlb') @ret = @type.resource_via_client @matchers = [ Awspec::Type::Nlb::STATES.map { |state| 'be_' + state }.join(', '), 'belong_to_vpc' ] @ignore_matchers = Awspec::Type::Nlb::STATES.map { |state| 'be_' + state } @describes = [] end end end end end
Version data entries
72 entries across 72 versions & 3 rubygems