Class: Aws::GreengrassV2::Types::DeleteCoreDeviceRequest

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)


936
937
938
939
940
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 936

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