Sha256: 150efe6d75d3ec0b462952089486f2879e615edf1fba5464dbc10c52a75de6bd

Contents?: true

Size: 562 Bytes

Versions: 14

Compression:

Stored size: 562 Bytes

Contents

# frozen_string_literal: true

module Awspec::Generator
  module Doc
    module Type
      class AlbListener < Base
        # rubocop:disable Layout/LineLength
        def initialize
          super
          @type_name = 'AlbListener'
          @type = Awspec::Type::AlbListener.new('arn:aws:elasticloadbalancing:ap-northeast-1:1234567890:listener/app/my-alb/1aa1bb1cc1ddee11/f2f7dc8efc522ab2')
          @ret = @type.resource_via_client
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
awspec-1.32.0 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.31.0 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.30.0 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.29.3 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.29.2 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.29.1 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.29.0 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.28.2 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.28.1 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.28.0 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.27.1 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.27.0 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.26.0 lib/awspec/generator/doc/type/alb_listener.rb
awspec-1.25.2 lib/awspec/generator/doc/type/alb_listener.rb