Class: Aws::SageMaker::Types::DescribeDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeDeviceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_fleet_name ⇒ String
The name of the fleet the devices belong to.
-
#device_name ⇒ String
The unique ID of the device.
-
#next_token ⇒ String
Next token of device description.
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet the devices belong to.
13413 13414 13415 13416 13417 13418 13419 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13413 class DescribeDeviceRequest < Struct.new( :next_token, :device_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The unique ID of the device.
13413 13414 13415 13416 13417 13418 13419 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13413 class DescribeDeviceRequest < Struct.new( :next_token, :device_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Next token of device description.
13413 13414 13415 13416 13417 13418 13419 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13413 class DescribeDeviceRequest < Struct.new( :next_token, :device_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |