Class: Aws::IoTTwinMaker::Types::FilterByEntity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::FilterByEntity
- Defined in:
- gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb
Overview
Vilter by entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
The entity Id.
Instance Attribute Details
#entity_id ⇒ String
The entity Id.
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 |