Sha256: 32eb3f4375c855584643f02b11cf26f3e47b59dcdd2bdaa04a6703931900677b

Contents?: true

Size: 565 Bytes

Versions: 51

Compression:

Stored size: 565 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Elb < Base
        def initialize
          super
          @type_name = 'ELB'
          @type = Awspec::Type::Elb.new('my-elb')
          @ret = @type.resource_via_client
          @matchers = %w(belong_to_vpc)
          @ignore_matchers = []
          @describes = %w(
            health_check_target health_check_interval health_check_timeout
            health_check_unhealthy_threshold health_check_healthy_threshold
            idle_timeout
          )
        end
      end
    end
  end
end

Version data entries

51 entries across 51 versions & 3 rubygems

Version Path
awspec-1.15.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.15.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.14.1 lib/awspec/generator/doc/type/elb.rb
awspec-1.14.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.13.0 lib/awspec/generator/doc/type/elb.rb
awspec-1.12.7 lib/awspec/generator/doc/type/elb.rb
awspec-1.12.6 lib/awspec/generator/doc/type/elb.rb
awspec-1.12.5 lib/awspec/generator/doc/type/elb.rb
awspec-1.12.4 lib/awspec/generator/doc/type/elb.rb
awspec-1.12.3 lib/awspec/generator/doc/type/elb.rb
awspec-1.12.2 lib/awspec/generator/doc/type/elb.rb