Class: Aws::GreengrassV2::Types::DisassociateClientDeviceFromCoreDeviceEntry

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

Overview

Contains a request to disassociate a client device from a core device. The BatchDisassociateClientDeviceWithCoreDevice operation consumes a list of these requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#thing_nameString

The name of the IoT thing that represents the client device to disassociate.

Returns:

  • (String)


1250
1251
1252
1253
1254
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1250

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