AWS SDK for .NET Documentation
ResetClusterParameterGroupResult Class
AmazonAmazon.Redshift.ModelResetClusterParameterGroupResult Did this page help you?   Yes   No    Tell us about it...
Contains the output from the ModifyClusterParameterGroup and ResetClusterParameterGroup actions and indicate the parameter group involved and the status of the operation on the parameter group.
Declaration Syntax
C#
public class ResetClusterParameterGroupResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ResetClusterParameterGroupResult()()()()
Initializes a new instance of the ResetClusterParameterGroupResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ParameterGroupName
Gets and sets the property ParameterGroupName.

The name of the cluster parameter group.


ParameterGroupStatus
Gets and sets the property ParameterGroupStatus.

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.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithParameterGroupName(String) Obsolete.
Sets the ParameterGroupName property

WithParameterGroupStatus(String) Obsolete.
Sets the ParameterGroupStatus property

Inheritance Hierarchy
Object
ResetClusterParameterGroupResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)