DeleteParameterGroupResponse

public struct DeleteParameterGroupResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A user-specified message for this action (i.e., a reason for deleting the parameter group).

    Declaration

    Swift

    public let deletionMessage: String?
  • Undocumented

    Declaration

    Swift

    public init(deletionMessage: String? = nil)