AssetHierarchy
public struct AssetHierarchy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the hierarchy. This ID is a hierarchyId.
Declaration
Swift
public let id: String? -
The hierarchy name provided in the CreateAssetModel or UpdateAssetModel API.
Declaration
Swift
public let name: String -
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String)
View on GitHub
AssetHierarchy Structure Reference