Sha256: e219c672099a5ef79e27de229c2abea07c4d2ba79a1f93ff3048956a756c0b5f
Contents?: true
Size: 533 Bytes
Versions: 59
Compression:
Stored size: 533 Bytes
Contents
module Awspec::Generator module Doc module Type class Alb < Base def initialize super @type_name = 'ALB' @type = Awspec::Type::Alb.new('my-alb') @ret = @type.resource_via_client @matchers = [ Awspec::Type::Alb::STATES.map { |state| 'be_' + state }.join(', '), 'belong_to_vpc' ] @ignore_matchers = Awspec::Type::Alb::STATES.map { |state| 'be_' + state } @describes = [] end end end end end
Version data entries
59 entries across 59 versions & 2 rubygems