You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::Redshift::Types::ClusterParameterGroupNameMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterParameterGroupNameMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Instance Attribute Summary collapse
-
#parameter_group_name ⇒ String
The name of the cluster parameter group.
-
#parameter_group_status ⇒ String
The status of the parameter group.
Instance Attribute Details
#parameter_group_name ⇒ String
The name of the cluster parameter group.
870 871 872 873 874 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 870 class ClusterParameterGroupNameMessage < Struct.new( :parameter_group_name, :parameter_group_status) include Aws::Structure end |
#parameter_group_status ⇒ String
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
870 871 872 873 874 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 870 class ClusterParameterGroupNameMessage < Struct.new( :parameter_group_name, :parameter_group_status) include Aws::Structure end |