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)


16140
16141
16142
16143
16144
16145
16146
# File 'lib/aws-sdk-sagemaker/types.rb', line 16140

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

#device_nameString

The name of the device.

Returns:

  • (String)


16140
16141
16142
16143
16144
16145
16146
# File 'lib/aws-sdk-sagemaker/types.rb', line 16140

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)


16140
16141
16142
16143
16144
16145
16146
# File 'lib/aws-sdk-sagemaker/types.rb', line 16140

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