PutJobTaggingRequest

public struct PutJobTaggingRequest : 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 replace.

    Declaration

    Swift

    public let jobId: String
  • The set of tags to associate with the Amazon S3 Batch Operations job.

    Declaration

    Swift

    public let tags: [S3Tag]
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, jobId: String, tags: [S3Tag])
  • Declaration

    Swift

    public func validate(name: String) throws