class Awspec::Generator::Doc::Type::IamUser

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/iam_user.rb, line 7
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