Class: Aws::IoTThingsGraph::Types::DissociateEntityFromThingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::DissociateEntityFromThingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_type ⇒ String
The entity type from which to disassociate the thing.
-
#thing_name ⇒ String
The name of the thing to disassociate.
Instance Attribute Details
#entity_type ⇒ String
The entity type from which to disassociate the thing.
370 371 372 373 374 375 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 370 class DissociateEntityFromThingRequest < Struct.new( :thing_name, :entity_type) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing to disassociate.
370 371 372 373 374 375 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 370 class DissociateEntityFromThingRequest < Struct.new( :thing_name, :entity_type) SENSITIVE = [] include Aws::Structure end |