BatchAssociateProjectAssetsRequest

public struct BatchAssociateProjectAssetsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IDs of the assets to be associated to the project.

    Declaration

    Swift

    public let assetIds: [String]
  • 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.

    Declaration

    Swift

    public let clientToken: String?
  • The ID of the project to which to associate the assets.

    Declaration

    Swift

    public let projectId: String
  • Undocumented

    Declaration

    Swift

    public init(assetIds: [String], clientToken: String? = BatchAssociateProjectAssetsRequest.idempotencyToken(), projectId: String)
  • Declaration

    Swift

    public func validate(name: String) throws