AddTagsOutput
public struct AddTagsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the ML object that was tagged.
Declaration
Swift
public let resourceId: String?
-
The type of the ML object that was tagged.
Declaration
Swift
public let resourceType: TaggableResourceType?
-
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TaggableResourceType? = nil)