DeleteJobTaggingRequest
public struct DeleteJobTaggingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The AWS account ID associated with the Amazon S3 Batch Operations job.
Declaration
Swift
public let accountId: String -
The ID for the Amazon S3 Batch Operations job whose tags you want to delete.
Declaration
Swift
public let jobId: String -
Undocumented
Declaration
Swift
public init(accountId: String, jobId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteJobTaggingRequest Structure Reference