ClusterParameterGroupNameMessage

public struct ClusterParameterGroupNameMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the cluster parameter group.

    Declaration

    Swift

    public let parameterGroupName: 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.

    Declaration

    Swift

    public let parameterGroupStatus: String?
  • Undocumented

    Declaration

    Swift

    public init(parameterGroupName: String? = nil, parameterGroupStatus: String? = nil)