ClusterParameterGroupStatus
public struct ClusterParameterGroupStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of parameter statuses. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
Declaration
Swift
public let clusterParameterStatusList: [ClusterParameterStatus]?
-
The status of parameter updates.
Declaration
Swift
public let parameterApplyStatus: String?
-
The name of the cluster parameter group.
Declaration
Swift
public let parameterGroupName: String?
-
Undocumented
Declaration
Swift
public init(clusterParameterStatusList: [ClusterParameterStatus]? = nil, parameterApplyStatus: String? = nil, parameterGroupName: String? = nil)