Method: Aws::Redshift::Types::ClusterParameterGroup#parameter_group_family

Defined in:
lib/aws-sdk-redshift/types.rb

#parameter_group_familyString

The name of the cluster parameter group family that this cluster parameter group is compatible with.

Returns:

  • (String)


1247
1248
1249
1250
1251
1252
1253
1254
# File 'lib/aws-sdk-redshift/types.rb', line 1247

class ClusterParameterGroup < Struct.new(
  :parameter_group_name,
  :parameter_group_family,
  :description,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end