Class: Aws::SageMaker::Types::Device

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Information of a particular device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Description of the device.

Returns:

  • (String)


16235
16236
16237
16238
16239
16240
16241
# File 'lib/aws-sdk-sagemaker/types.rb', line 16235

class Device < Struct.new(
  :device_name,
  :description,
  :iot_thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The name of the device.

Returns:

  • (String)


16235
16236
16237
16238
16239
16240
16241
# File 'lib/aws-sdk-sagemaker/types.rb', line 16235

class Device < Struct.new(
  :device_name,
  :description,
  :iot_thing_name)
  SENSITIVE = []
  include Aws::Structure
end

#iot_thing_nameString

Amazon Web Services Internet of Things (IoT) object name.

Returns:

  • (String)


16235
16236
16237
16238
16239
16240
16241
# File 'lib/aws-sdk-sagemaker/types.rb', line 16235

class Device < Struct.new(
  :device_name,
  :description,
  :iot_thing_name)
  SENSITIVE = []
  include Aws::Structure
end