DeleteCacheParameterGroupMessage

public struct DeleteCacheParameterGroupMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the cache parameter group to delete. The specified cache security group must not be associated with any clusters.

    Declaration

    Swift

    public let cacheParameterGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(cacheParameterGroupName: String)