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

Class: Aws::IoTSiteWise::Types::AssetModelSummary

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

Overview

Contains a summary of an asset model.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

arn:$`{Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}`

Returns:

  • (String)

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

#creation_dateTime

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

Returns:

  • (Time)

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

#descriptionString

The asset model description.

Returns:

  • (String)

    The asset model description.

#idString

The ID of the asset model (used with AWS IoT SiteWise APIs).

Returns:

  • (String)

    The ID of the asset model (used with AWS IoT SiteWise APIs).

#last_update_dateTime

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

Returns:

  • (Time)

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

#nameString

The name of the asset model.

Returns:

  • (String)

    The name of the asset model.

#statusTypes::AssetModelStatus

The current status of the asset model.

Returns: