TaskListEntry
public struct TaskListEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the task.
Declaration
Swift
public let name: String? -
The status of the task.
Declaration
Swift
public let status: TaskStatus? -
The Amazon Resource Name (ARN) of the task.
Declaration
Swift
public let taskArn: String? -
Undocumented
Declaration
Swift
public init(name: String? = nil, status: TaskStatus? = nil, taskArn: String? = nil)
View on GitHub
TaskListEntry Structure Reference