Sha256: 26f05bb3d64f33067ccc78d10353f6242cede449eb8558200683735718d6c3e3

Contents?: true

Size: 232 Bytes

Versions: 6

Compression:

Stored size: 232 Bytes

Contents

# frozen_string_literal: true

require 'cfndsl/types'

module CfnDsl
  module AWS
    # Cloud Formation Types
    module Types
      TYPE_PREFIX = 'aws'
      class Type < JSONable; end
      include CfnDsl::Types
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cfndsl-0.17.5 lib/cfndsl/aws/types.rb
cfndsl-0.17.4 lib/cfndsl/aws/types.rb
cfndsl-0.17.3 lib/cfndsl/aws/types.rb
cfndsl-0.17.2 lib/cfndsl/aws/types.rb
cfndsl-0.17.1 lib/cfndsl/aws/types.rb
cfndsl-0.17.0 lib/cfndsl/aws/types.rb