Class: Aws::IoTTwinMaker::Types::FilterByAssetModel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asset_model_external_idString

The external-Id property of an asset model.

Returns:

  • (String)


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_idString

The asset model Id.

Returns:

  • (String)


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_assetsBoolean

Bolean to include assets.

Returns:

  • (Boolean)


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_offspringBoolean

Include asset offspring. [need desc.]

Returns:

  • (Boolean)


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