CreateAssetModelResponse

public struct CreateAssetModelResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the asset model, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

    Declaration

    Swift

    public let assetModelArn: String
  • The ID of the asset model. You can use this ID when you call other AWS IoT SiteWise APIs.

    Declaration

    Swift

    public let assetModelId: String
  • The status of the asset model, which contains a state (CREATING after successfully calling this operation) and any error message.

    Declaration

    Swift

    public let assetModelStatus: AssetModelStatus
  • Undocumented

    Declaration

    Swift

    public init(assetModelArn: String, assetModelId: String, assetModelStatus: AssetModelStatus)