DescribeTagsOutput
public struct DescribeTagsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the tagged ML object.
Declaration
Swift
public let resourceId: String? -
The type of the tagged ML object.
Declaration
Swift
public let resourceType: TaggableResourceType? -
A list of tags associated with the ML object.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TaggableResourceType? = nil, tags: [Tag]? = nil)
View on GitHub
DescribeTagsOutput Structure Reference