Sha256: 2192b881618129db29d98bae912861a0c319d2026f96cb88f66f65f5a3866db5
Contents?: true
Size: 449 Bytes
Versions: 12
Compression:
Stored size: 449 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class Ec2AccountAttributes < AccountAttributeBase def initialize super @type_name = 'Ec2AccountAttributes' @type = Awspec::Type::Ec2AccountAttributes.new @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems