Class: Aws::GreengrassV2::Types::BatchDisassociateClientDeviceFromCoreDeviceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_device_thing_nameString

The name of the core device. This is also the name of the IoT thing.

Returns:

  • (String)


168
169
170
171
172
173
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 168

class BatchDisassociateClientDeviceFromCoreDeviceRequest < Struct.new(
  :entries,
  :core_device_thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#entriesArray<Types::DisassociateClientDeviceFromCoreDeviceEntry>

The list of client devices to disassociate.



168
169
170
171
172
173
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 168

class BatchDisassociateClientDeviceFromCoreDeviceRequest < Struct.new(
  :entries,
  :core_device_thing_name)
  SENSITIVE = []
  include Aws::Structure
end