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)


20408
20409
20410
20411
20412
20413
20414
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20408

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

#device_nameString

The name of the device.

Returns:

  • (String)


20408
20409
20410
20411
20412
20413
20414
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20408

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)


20408
20409
20410
20411
20412
20413
20414
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20408

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