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.
19637 19638 19639 19640 19641 19642 19643 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19637 class Device < Struct.new( :device_name, :description, :iot_thing_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The name of the device.
19637 19638 19639 19640 19641 19642 19643 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19637 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.
19637 19638 19639 19640 19641 19642 19643 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19637 class Device < Struct.new( :device_name, :description, :iot_thing_name) SENSITIVE = [] include Aws::Structure end |