Class: Aws::IoTTwinMaker::Types::FilterByAssetModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::FilterByAssetModel
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
Filter by asset model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_external_id ⇒ String
The external-Id property of an asset model.
-
#asset_model_id ⇒ String
The asset model Id.
-
#include_assets ⇒ Boolean
Bolean to include assets.
-
#include_offspring ⇒ Boolean
Include asset offspring.
Instance Attribute Details
#asset_model_external_id ⇒ String
The external-Id property of an asset model.
1358 1359 1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1358 class FilterByAssetModel < Struct.new( :asset_model_id, :asset_model_external_id, :include_offspring, :include_assets) SENSITIVE = [] include Aws::Structure end |
#asset_model_id ⇒ String
The asset model Id.
1358 1359 1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1358 class FilterByAssetModel < Struct.new( :asset_model_id, :asset_model_external_id, :include_offspring, :include_assets) SENSITIVE = [] include Aws::Structure end |
#include_assets ⇒ Boolean
Bolean to include assets.
1358 1359 1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1358 class FilterByAssetModel < Struct.new( :asset_model_id, :asset_model_external_id, :include_offspring, :include_assets) SENSITIVE = [] include Aws::Structure end |
#include_offspring ⇒ Boolean
Include asset offspring. [need desc.]
1358 1359 1360 1361 1362 1363 1364 1365 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1358 class FilterByAssetModel < Struct.new( :asset_model_id, :asset_model_external_id, :include_offspring, :include_assets) SENSITIVE = [] include Aws::Structure end |