Sha256: 046fe4ca1432ec0b6a053ea018dee84c783579aa0812a4f71fe54260708324a6
Contents?: true
Size: 546 Bytes
Versions: 31
Compression:
Stored size: 546 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 belong_to_subnet) @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
31 entries across 31 versions & 1 rubygems