Class: Aws::SagemakerEdgeManager::Types::GetDeviceRegistrationResult

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

#cache_ttlString

The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.

Returns:

  • (String)


268
269
270
271
272
273
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 268

class GetDeviceRegistrationResult < Struct.new(
  :device_registration,
  :cache_ttl)
  SENSITIVE = []
  include Aws::Structure
end

#device_registrationString

Describes if the device is currently registered with SageMaker Edge Manager.

Returns:

  • (String)


268
269
270
271
272
273
# File 'gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb', line 268

class GetDeviceRegistrationResult < Struct.new(
  :device_registration,
  :cache_ttl)
  SENSITIVE = []
  include Aws::Structure
end