Class: Aws::SagemakerEdgeManager::Types::GetDeviceRegistrationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_nameString

The name of the fleet that the device belongs to.

Returns:

  • (String)


249
250
251
252
253
254
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 249

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

#device_nameString

The unique name of the device you want to get the registration status from.

Returns:

  • (String)


249
250
251
252
253
254
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 249

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