Class: Aws::GreengrassV2::Types::GetCoreDeviceRequest

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)


1566
1567
1568
1569
1570
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1566

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