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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


17284
17285
17286
17287
17288
17289
17290
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17284

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

#device_nameString

The name of the device.

Returns:

  • (String)


17284
17285
17286
17287
17288
17289
17290
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17284

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)


17284
17285
17286
17287
17288
17289
17290
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17284

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