You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::AssetSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains a summary of an asset.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the asset, which has the following format.

arn:$`{Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}`

Returns:

  • (String)

    The [ARN][1] of the asset, which has the following format.

#asset_model_idString

The ID of the asset model used to create this asset.

Returns:

  • (String)

    The ID of the asset model used to create this asset.

#creation_dateTime

The date the asset was created, in Unix epoch time.

Returns:

  • (Time)

    The date the asset was created, in Unix epoch time.

#hierarchiesArray<Types::AssetHierarchy>

A list of asset hierarchies that each contain a hierarchyId. A hierarchy specifies allowed parent/child asset relationships.

Returns:

#idString

The ID of the asset.

Returns:

  • (String)

    The ID of the asset.

#last_update_dateTime

The date the asset was last updated, in Unix epoch time.

Returns:

  • (Time)

    The date the asset was last updated, in Unix epoch time.

#nameString

The name of the asset.

Returns:

  • (String)

    The name of the asset.

#statusTypes::AssetStatus

The current status of the asset.

Returns: