Class: Aws::IoTSiteWise::Types::DescribeAssetResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_arnString

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

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

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_composite_model_summariesArray<Types::AssetCompositeModelSummary>

The list of the immediate child custom composite model summaries for the asset.



4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_composite_modelsArray<Types::AssetCompositeModel>

The composite models for the asset.

Returns:



4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_creation_dateTime

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

Returns:

  • (Time)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_descriptionString

A description for the asset.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_external_idString

The external ID of the asset, if any.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_hierarchiesArray<Types::AssetHierarchy>

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

Returns:



4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_idString

The ID of the asset, in UUID format.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_last_update_dateTime

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

Returns:

  • (Time)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_model_idString

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

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_nameString

The name of the asset.

Returns:

  • (String)


4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_propertiesArray<Types::AssetProperty>

The list of asset properties for the asset.

This object doesn't include properties that you define in composite models. You can find composite model properties in the assetCompositeModels object.

Returns:



4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_statusTypes::AssetStatus

The current status of the asset, which contains a state and any error message.

Returns:



4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4273

class DescribeAssetResponse < Struct.new(
  :asset_id,
  :asset_arn,
  :asset_name,
  :asset_model_id,
  :asset_properties,
  :asset_hierarchies,
  :asset_composite_models,
  :asset_creation_date,
  :asset_last_update_date,
  :asset_status,
  :asset_description,
  :asset_composite_model_summaries,
  :asset_external_id)
  SENSITIVE = []
  include Aws::Structure
end