Class: Aws::IoTTwinMaker::Types::FilterByAsset
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::FilterByAsset
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
Filter by asset. [TwinMaker asset]
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_external_id ⇒ String
The external-Id property of an asset.
-
#asset_id ⇒ String
Filter by asset Id.
-
#include_asset_model ⇒ Boolean
Boolean to include the asset model.
-
#include_offspring ⇒ Boolean
Includes sub-assets.[need description hekp for this].
Instance Attribute Details
#asset_external_id ⇒ String
The external-Id property of an asset.
1331 1332 1333 1334 1335 1336 1337 1338 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1331 class FilterByAsset < Struct.new( :asset_id, :asset_external_id, :include_offspring, :include_asset_model) SENSITIVE = [] include Aws::Structure end |
#asset_id ⇒ String
Filter by asset Id.
1331 1332 1333 1334 1335 1336 1337 1338 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1331 class FilterByAsset < Struct.new( :asset_id, :asset_external_id, :include_offspring, :include_asset_model) SENSITIVE = [] include Aws::Structure end |
#include_asset_model ⇒ Boolean
Boolean to include the asset model.
1331 1332 1333 1334 1335 1336 1337 1338 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1331 class FilterByAsset < Struct.new( :asset_id, :asset_external_id, :include_offspring, :include_asset_model) SENSITIVE = [] include Aws::Structure end |
#include_offspring ⇒ Boolean
Includes sub-assets.[need description hekp for this]
1331 1332 1333 1334 1335 1336 1337 1338 |
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1331 class FilterByAsset < Struct.new( :asset_id, :asset_external_id, :include_offspring, :include_asset_model) SENSITIVE = [] include Aws::Structure end |