Class: Aws::SageMaker::Types::DescribeDeviceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_nameString

The name of the fleet the devices belong to.

Returns:

  • (String)


12568
12569
12570
12571
12572
12573
12574
# File 'lib/aws-sdk-sagemaker/types.rb', line 12568

class DescribeDeviceRequest < Struct.new(
  :next_token,
  :device_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The unique ID of the device.

Returns:

  • (String)


12568
12569
12570
12571
12572
12573
12574
# File 'lib/aws-sdk-sagemaker/types.rb', line 12568

class DescribeDeviceRequest < Struct.new(
  :next_token,
  :device_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Next token of device description.

Returns:

  • (String)


12568
12569
12570
12571
12572
12573
12574
# File 'lib/aws-sdk-sagemaker/types.rb', line 12568

class DescribeDeviceRequest < Struct.new(
  :next_token,
  :device_name,
  :device_fleet_name)
  SENSITIVE = []
  include Aws::Structure
end