Sha256: c56130b26a7348045565ddf299b2af1753c89a546a71fde9d2c3ec5b9a8a9c6b
Contents?: true
Size: 397 Bytes
Versions: 10
Compression:
Stored size: 397 Bytes
Contents
module Awspec::Generator module Doc module Type class VpcEndpoints < Base def initialize super @type_name = 'VpcEndpoints' @type = Awspec::Type::VpcEndpoints.new('my-vpc-endpoint') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems