AssociatedAssetsSummary

public struct AssociatedAssetsSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the asset, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

    Declaration

    Swift

    public let arn: String
  • The ID of the asset model used to create the asset.

    Declaration

    Swift

    public let assetModelId: String
  • The date the asset was created, in Unix epoch time.

    Declaration

    Swift

    public let creationDate: TimeStamp
  • A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.

    Declaration

    Swift

    public let hierarchies: [AssetHierarchy]
  • id

    The ID of the asset.

    Declaration

    Swift

    public let id: String
  • The date the asset was last updated, in Unix epoch time.

    Declaration

    Swift

    public let lastUpdateDate: TimeStamp
  • The name of the asset.

    Declaration

    Swift

    public let name: String
  • The current status of the asset.

    Declaration

    Swift

    public let status: AssetStatus
  • Undocumented

    Declaration

    Swift

    public init(arn: String, assetModelId: String, creationDate: TimeStamp, hierarchies: [AssetHierarchy], id: String, lastUpdateDate: TimeStamp, name: String, status: AssetStatus)