GetJobDetailsOutput

public struct GetJobDetailsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The details of the job. If AWSSessionCredentials is used, a long-running job can call GetJobDetails again to obtain new credentials.

    Declaration

    Swift

    public let jobDetails: JobDetails?
  • Undocumented

    Declaration

    Swift

    public init(jobDetails: JobDetails? = nil)