class Awspec::Generator::Doc::Type::RedshiftClusterParameterGroup

Public Class Methods

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