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)


1269
1270
1271
1272
1273
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1269

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