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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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`

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

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

#asset_model_idString

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



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

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

#creation_dateTime

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



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

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

#descriptionString

A description for the asset.



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

class AssociatedAssetsSummary < Struct.new(
  :id,
  :external_id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description)
  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*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/object-ids.html#external-ids



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

class AssociatedAssetsSummary < Struct.new(
  :id,
  :external_id,
  :arn,
  :name,
  :asset_model_id,
  :creation_date,
  :last_update_date,
  :status,
  :hierarchies,
  :description)
  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.



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

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

#idString

The ID of the asset, in UUID format.



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

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

#last_update_dateTime

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



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

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

#nameString

The name of the asset.



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

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

#statusTypes::AssetStatus

The current status of the asset.



1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1600

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