Method: Aws::Redshift::Types::ClusterParameterGroup#parameter_group_family
- Defined in:
- lib/aws-sdk-redshift/types.rb
#parameter_group_family ⇒ String
The name of the cluster parameter group family that this cluster parameter group is compatible with.
1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'lib/aws-sdk-redshift/types.rb', line 1271 class ClusterParameterGroup < Struct.new( :parameter_group_name, :parameter_group_family, :description, :tags) SENSITIVE = [] include Aws::Structure end |