Sha256: 1893e9e27d6f9202aaeb9422ce2e8e6003a3a33abaf630631896fbf0622915f2

Contents?: true

Size: 445 Bytes

Versions: 14

Compression:

Stored size: 445 Bytes

Contents

# frozen_string_literal: true

Aws.config[:redshift] = {
  stub_responses: {
    describe_cluster_parameters: {
      parameters: [
        {
          parameter_name: 'datestyle',
          parameter_value: 'ISO, MDY'
        },
        {
          parameter_name: 'query_group',
          parameter_value: 'default'
        },
        {
          parameter_name: 'require_ssl',
          parameter_value: 'false'
        }
      ]
    }
  }
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
awspec-1.32.0 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.31.0 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.30.0 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.29.3 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.29.2 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.29.1 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.29.0 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.28.2 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.28.1 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.28.0 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.27.1 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.27.0 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.26.0 lib/awspec/stub/redshift_cluster_parameter_group.rb
awspec-1.25.2 lib/awspec/stub/redshift_cluster_parameter_group.rb