Sha256: 05b770afb0890cccb64712f1b942ce4ca2f96a598ba1d5d5161c48ee93e253b5
Contents?: true
Size: 382 Bytes
Versions: 31
Compression:
Stored size: 382 Bytes
Contents
module Awspec::Generator module Doc module Type class Ec2 < Base def initialize super @type_name = 'EC2' @type = Awspec::Type::Ec2.new('my-ec2') @ret = @type.resource @matchers = %w(belong_to_vpc belong_to_subnet) @ignore_matchers = [] @describes = [] end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems