Class: Aws::SagemakerEdgeManager::Types::GetDeviceRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::GetDeviceRegistrationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_fleet_name ⇒ String
The name of the fleet that the device belongs to.
-
#device_name ⇒ String
The unique name of the device you want to get the registration status from.
Instance Attribute Details
#device_fleet_name ⇒ String
The name of the fleet that the device belongs to.
249 250 251 252 253 254 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 249 class GetDeviceRegistrationRequest < Struct.new( :device_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The unique name of the device you want to get the registration status from.
249 250 251 252 253 254 |
# File 'lib/aws-sdk-sagemakeredgemanager/types.rb', line 249 class GetDeviceRegistrationRequest < Struct.new( :device_name, :device_fleet_name) SENSITIVE = [] include Aws::Structure end |