GetJobTaggingRequest
public struct GetJobTaggingRequest : 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 retrieve.
Declaration
Swift
public let jobId: String
-
Undocumented
Declaration
Swift
public init(accountId: String, jobId: String)
-
Declaration
Swift
public func validate(name: String) throws