Class: Aws::IoTTwinMaker::Types::FilterByEntity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Overview

Vilter by entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

The entity Id.

Returns:

  • (String)


1385
1386
1387
1388
1389
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1385

class FilterByEntity < Struct.new(
  :entity_id)
  SENSITIVE = []
  include Aws::Structure
end