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

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

Overview

Contains a summary of an asset model.

Constant Summary collapse

SENSITIVE =
[]

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)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558

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

#creation_dateTime

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

Returns:

  • (Time)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558

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

#descriptionString

The asset model description.

Returns:

  • (String)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558

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

#idString

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

Returns:

  • (String)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558

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

#last_update_dateTime

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

Returns:

  • (Time)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558

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

#nameString

The name of the asset model.

Returns:

  • (String)


558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558

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

#statusTypes::AssetModelStatus

The current status of the asset model.



558
559
560
561
562
563
564
565
566
567
568
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 558

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