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