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
awspec-1.25.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.25.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.24.4 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.24.3 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.24.2 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.24.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.24.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.23.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.22.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.22.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.21.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.21.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.20.0 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.19.2 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.19.1 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.19.0 lib/awspec/generator/doc/type/nlb_listener.rb
cthiesfork-awspec-1.2.4 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-api_gateway_extended-1.2.4 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-api_gateway_extended-1.2.3 lib/awspec/generator/doc/type/nlb_listener.rb
awspec-1.18.6 lib/awspec/generator/doc/type/nlb_listener.rb