Class: Aws::SageMaker::Types::Device
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::Device
- 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
-
#description ⇒ String
Description of the device.
-
#device_name ⇒ String
The name of the device.
-
#iot_thing_name ⇒ String
Amazon Web Services Internet of Things (IoT) object name.
Instance Attribute Details
#description ⇒ String
Description of the device.
16242 16243 16244 16245 16246 16247 16248 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16242 class Device < Struct.new( :device_name, :description, :iot_thing_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the device.
16242 16243 16244 16245 16246 16247 16248 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16242 class Device < Struct.new( :device_name, :description, :iot_thing_name) SENSITIVE = [] include Aws::Structure end |
#iot_thing_name ⇒ String
Amazon Web Services Internet of Things (IoT) object name.
16242 16243 16244 16245 16246 16247 16248 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16242 class Device < Struct.new( :device_name, :description, :iot_thing_name) SENSITIVE = [] include Aws::Structure end |