Sha256: 3653907eaad0b1f855ccc3b1c28fa128e7eaecf947ac344e3f7b07c482e8db9c

Contents?: true

Size: 468 Bytes

Versions: 44

Compression:

Stored size: 468 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class RedshiftClusterParameterGroup < Base
        def initialize
          super
          @type_name = 'RedshiftClusterParameterGroup'
          @type = Awspec::Type::RedshiftClusterParameterGroup.new('my-redshift-cluster-parameter-group')
          @ret = @type.resource_via_client
          @matchers = []
          @ignore_matchers = []
          @describes = []
        end
      end
    end
  end
end

Version data entries

44 entries across 44 versions & 3 rubygems

Version Path
awspec-1.15.1 lib/awspec/generator/doc/type/redshift_cluster_parameter_group.rb
awspec-1.15.0 lib/awspec/generator/doc/type/redshift_cluster_parameter_group.rb
awspec-1.14.1 lib/awspec/generator/doc/type/redshift_cluster_parameter_group.rb
awspec-1.14.0 lib/awspec/generator/doc/type/redshift_cluster_parameter_group.rb