DescribeTagsInput
public struct DescribeTagsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the ML object. For example, exampleModelId.
Declaration
Swift
public let resourceId: String
-
The type of the ML object.
Declaration
Swift
public let resourceType: TaggableResourceType
-
Undocumented
Declaration
Swift
public init(resourceId: String, resourceType: TaggableResourceType)
-
Declaration
Swift
public func validate(name: String) throws