Sha256: b6843fa5cf39634cafff362f73f187d6e4541e2fe16ccbd639d0588d0d5003f7

Contents?: true

Size: 432 Bytes

Versions: 14

Compression:

Stored size: 432 Bytes

Contents

# frozen_string_literal: true

module Awspec::Generator
  module Doc
    module Type
      class IamGroup < Base
        def initialize
          super
          @type_name = 'IamGroup'
          @type = Awspec::Type::IamGroup.new('my-iam-group')
          @ret = @type.resource_via_client
          @matchers = %w[be_allowed_action]
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
awspec-1.32.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.31.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.30.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.29.3 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.29.2 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.29.1 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.29.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.28.2 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.28.1 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.28.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.27.1 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.27.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.26.0 lib/awspec/generator/doc/type/iam_group.rb
awspec-1.25.2 lib/awspec/generator/doc/type/iam_group.rb