GetAssetPropertyValueRequest

public struct GetAssetPropertyValueRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the asset.

    Declaration

    Swift

    public let assetId: String?
  • The property alias that identifies the property, such as an OPC-UA server data stream path (for example, /company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial data streams to asset properties in the AWS IoT SiteWise User Guide.

    Declaration

    Swift

    public let propertyAlias: String?
  • The ID of the asset property.

    Declaration

    Swift

    public let propertyId: String?
  • Undocumented

    Declaration

    Swift

    public init(assetId: String? = nil, propertyAlias: String? = nil, propertyId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws