DeleteInventoryResult

public struct DeleteInventoryResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Every DeleteInventory action is assigned a unique ID. This option returns a unique ID. You can use this ID to query the status of a delete operation. This option is useful for ensuring that a delete operation has completed before you begin other actions.

    Declaration

    Swift

    public let deletionId: String?
  • A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the AWS Systems Manager User Guide.

    Declaration

    Swift

    public let deletionSummary: InventoryDeletionSummary?
  • The name of the inventory data type specified in the request.

    Declaration

    Swift

    public let typeName: String?
  • Undocumented

    Declaration

    Swift

    public init(deletionId: String? = nil, deletionSummary: InventoryDeletionSummary? = nil, typeName: String? = nil)