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

Version Path
cthiesfork-awspec-1.2.2 lib/awspec/generator/doc/type/nlb_listener.rb
cthiesfork-awspec-1.2.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.18.5 lib/awspec/generator/doc/type/nlb_listener.rb
cthiesfork-awspec-1.2.0 lib/awspec/generator/doc/type/nlb_listener.rb
cthiesfork-awspec-1.1.0 lib/awspec/generator/doc/type/nlb_listener.rb
cthiesfork-awspec-1.0.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.18.4 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.18.3 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.18.2 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.18.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.18.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.17.4 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.17.3 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.17.2 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.17.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.17.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.16.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.16.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.15.3 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.15.2 lib/awspec/generator/doc/type/nlb_listener.rb