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_id ⇒ String
The ID of the asset.
-
#asset_model_id ⇒ String
The ID of the asset model.
-
#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 asset model that declares this asset property, if this asset property exists in a composite model.
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset.
2950 2951 2952 2953 2954 2955 2956 2957 2958 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2950 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model) SENSITIVE = [] include Aws::Structure end |
#asset_model_id ⇒ String
The ID of the asset model.
2950 2951 2952 2953 2954 2955 2956 2957 2958 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2950 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model) SENSITIVE = [] include Aws::Structure end |
#asset_name ⇒ String
The name of the asset.
2950 2951 2952 2953 2954 2955 2956 2957 2958 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2950 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model) 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
.
2950 2951 2952 2953 2954 2955 2956 2957 2958 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2950 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model) SENSITIVE = [] include Aws::Structure end |
#composite_model ⇒ Types::CompositeModelProperty
The composite asset model that declares this asset property, if this asset property exists in a composite model.
2950 2951 2952 2953 2954 2955 2956 2957 2958 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2950 class DescribeAssetPropertyResponse < Struct.new( :asset_id, :asset_name, :asset_model_id, :asset_property, :composite_model) SENSITIVE = [] include Aws::Structure end |