class Aws::IoTSiteWise::Types::BatchDisassociateProjectAssetsRequest
@note When making an API call, you may pass BatchDisassociateProjectAssetsRequest
data as a hash: { project_id: "ID", # required asset_ids: ["ID"], # required client_token: "ClientToken", }
@!attribute [rw] project_id
The ID of the project from which to disassociate the assets. @return [String]
@!attribute [rw] asset_ids
The IDs of the assets to be disassociated from the project. @return [Array<String>]
@!attribute [rw] client_token
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
Constants
- SENSITIVE