Sha256: 0352b3ecc49a852aba6a7c2656568aff5d005bf1936c934f04f49a49efba87f3
Contents?: true
Size: 532 Bytes
Versions: 72
Compression:
Stored size: 532 Bytes
Contents
module Awspec::Generator module Doc module Type class NlbListener < Base # rubocop:disable Metrics/LineLength def initialize super @type_name = 'NlbListener' @type = Awspec::Type::NlbListener.new('arn:aws:elasticloadbalancing:ap-northeast-1:1234567890:listener/app/my-nlb/1aa1bb1cc1ddee11/f2f7dc8efc522ab2') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
72 entries across 72 versions & 3 rubygems