Sha256: 261775ed753a631e63de1ee662ee7e250ba9921ce218942c13eef8f15a5c00d8
Contents?: true
Size: 540 Bytes
Versions: 140
Compression:
Stored size: 540 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 ) end end end end end
Version data entries
140 entries across 140 versions & 2 rubygems