AssetModelHierarchy

public struct AssetModelHierarchy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the asset model. All assets in this hierarchy must be instances of the childAssetModelId asset model.

    Declaration

    Swift

    public let childAssetModelId: String
  • id

    The ID of the asset model hierarchy. This ID is a hierarchyId.

    Declaration

    Swift

    public let id: String?
  • The name of the asset model hierarchy that you specify by using the CreateAssetModel or UpdateAssetModel API.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(childAssetModelId: String, id: String? = nil, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws