Sha256: 5602394a94033f12723af3db307dd226ecd13b6fd00a29345313becffc8d5ae8
Contents?: true
Size: 448 Bytes
Versions: 14
Compression:
Stored size: 448 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class IamUser < Base def initialize super @type_name = 'IamUser' @type = Awspec::Type::IamUser.new('my-iam-user') @ret = @type.resource_via_client @matchers = %w[belong_to_iam_group be_allowed_action] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems