Sha256: edaffdcff6cad63d77bdbc475ba0e71e1c430d2f51a9c437069e320cbcf10828

Contents?: true

Size: 208 Bytes

Versions: 66

Compression:

Stored size: 208 Bytes

Contents

require 'cfndsl/types'

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

Version data entries

66 entries across 66 versions & 1 rubygems

Version Path
cfndsl-0.16.13 lib/cfndsl/aws/types.rb
cfndsl-0.16.12 lib/cfndsl/aws/types.rb
cfndsl-0.16.11 lib/cfndsl/aws/types.rb
cfndsl-0.16.10 lib/cfndsl/aws/types.rb
cfndsl-0.16.9 lib/cfndsl/aws/types.rb
cfndsl-0.16.8 lib/cfndsl/aws/types.rb
cfndsl-0.16.7 lib/cfndsl/aws/types.rb
cfndsl-0.16.6 lib/cfndsl/aws/types.rb
cfndsl-0.16.5 lib/cfndsl/aws/types.rb
cfndsl-0.16.3 lib/cfndsl/aws/types.rb
cfndsl-0.16.2 lib/cfndsl/aws/types.rb
cfndsl-0.16.1 lib/cfndsl/aws/types.rb
cfndsl-0.15.3 lib/cfndsl/aws/types.rb
cfndsl-0.15.2 lib/cfndsl/aws/types.rb
cfndsl-0.15.1 lib/cfndsl/aws/types.rb
cfndsl-0.15.0 lib/cfndsl/aws/types.rb
cfndsl-0.14.0 lib/cfndsl/aws/types.rb
cfndsl-0.13.1 lib/cfndsl/aws/types.rb
cfndsl-0.13.0 lib/cfndsl/aws/types.rb
cfndsl-0.12.11 lib/cfndsl/aws/types.rb