IotSiteWiseAction

public struct IotSiteWiseAction : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the asset that has the specified property. You can specify an expression.

    Declaration

    Swift

    public let assetId: String?
  • A unique identifier for this entry. You can use the entry ID to track which data entry causes an error in case of failure. The default is a new unique identifier. You can also specify an expression.

    Declaration

    Swift

    public let entryId: String?
  • The alias of the asset property. You can also specify an expression.

    Declaration

    Swift

    public let propertyAlias: String?
  • The ID of the asset property. You can specify an expression.

    Declaration

    Swift

    public let propertyId: String?
  • The value to send to the asset property. This value contains timestamp, quality, and value (TQV) information.

    Declaration

    Swift

    public let propertyValue: AssetPropertyValue
  • Undocumented

    Declaration

    Swift

    public init(assetId: String? = nil, entryId: String? = nil, propertyAlias: String? = nil, propertyId: String? = nil, propertyValue: AssetPropertyValue)