Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::IoTSiteWise::Types::AssociatedAssetsSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

Contains a summary of an associated asset.

Constant Summary collapse

SENSITIVE =
[]

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)

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_idString

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

Returns:

  • (String)

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

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

Returns:

  • (Time)

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the asset.

Returns:

  • (String)

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.

Returns:

  • (String)

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#hierarchiesArray<Types::AssetHierarchy>

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

Returns:


1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the asset, in UUID format.

Returns:

  • (String)

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_dateTime

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

Returns:

  • (Time)

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the asset.

Returns:

  • (String)

1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::AssetStatus

The current status of the asset.

Returns:


1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1470

class AssociatedAssetsSummary < Struct.new(
  :id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end