DeleteTagsOutput
public struct DeleteTagsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the ML object from which tags were deleted.
Declaration
Swift
public let resourceId: String?
-
The type of the ML object from which tags were deleted.
Declaration
Swift
public let resourceType: TaggableResourceType?
-
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TaggableResourceType? = nil)