Method: Aws::Redshift::Types::ClusterParameterGroup#description
- Defined in:
- lib/aws-sdk-redshift/types.rb
#description ⇒ String
The description of the parameter group.
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 |