Class: Aws::IoTThingsGraph::Types::DissociateEntityFromThingRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_typeString

The entity type from which to disassociate the thing.

Returns:

  • (String)


370
371
372
373
374
375
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 370

class DissociateEntityFromThingRequest < Struct.new(
  :thing_name,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing to disassociate.

Returns:

  • (String)


370
371
372
373
374
375
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 370

class DissociateEntityFromThingRequest < Struct.new(
  :thing_name,
  :entity_type)
  SENSITIVE = []
  include Aws::Structure
end