RegisterTaskDefinitionResponse
public struct RegisterTaskDefinitionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of tags associated with the task definition.
Declaration
Swift
public let tags: [Tag]?
-
The full description of the registered task definition.
Declaration
Swift
public let taskDefinition: TaskDefinition?
-
Undocumented
Declaration
Swift
public init(tags: [Tag]? = nil, taskDefinition: TaskDefinition? = nil)