Class: Aws::IoTSiteWise::Types::DescribeAssetPropertyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeAssetPropertyResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_external_id ⇒ String
The external ID of the asset.
-
#asset_id ⇒ String
The ID of the asset, in UUID format.
-
#asset_model_id ⇒ String
The ID of the asset model, in UUID format.
-
#asset_name ⇒ String
The name of the asset.
-
#asset_property ⇒ Types::Property
The asset property's definition, alias, and notification state.
-
#composite_model ⇒ Types::CompositeModelProperty
The composite model that declares this asset property, if this asset property exists in a composite model.
Instance Attribute Details
#asset_external_id ⇒ String
The external ID of the asset. For more information, see Using external IDs in the IoT SiteWise User Guide.
4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4579 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model, :asset_external_id) SENSITIVE = [] include Aws::Structure end |
#asset_id ⇒ String
The ID of the asset, in UUID format.
4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4579 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model, :asset_external_id) SENSITIVE = [] include Aws::Structure end |
#asset_model_id ⇒ String
The ID of the asset model, in UUID format.
4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4579 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model, :asset_external_id) SENSITIVE = [] include Aws::Structure end |
#asset_name ⇒ String
The name of the asset.
4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4579 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model, :asset_external_id) SENSITIVE = [] include Aws::Structure end |
#asset_property ⇒ Types::Property
The asset property's definition, alias, and notification state.
This response includes this object for normal asset properties. If
you describe an asset property in a composite model, this response
includes the asset property information in compositeModel
.
4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4579 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model, :asset_external_id) SENSITIVE = [] include Aws::Structure end |
#composite_model ⇒ Types::CompositeModelProperty
The composite model that declares this asset property, if this asset property exists in a composite model.
4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4579 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model, :asset_external_id) SENSITIVE = [] include Aws::Structure end |