Sha256: 7a418d8f981314ccd67f820cab906f701e7ecdf5526e902b4a6ae542c4dcccf0
Contents?: true
Size: 529 Bytes
Versions: 8
Compression:
Stored size: 529 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 @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 ) end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems