Class: Aws::SagemakerEdgeManager::Types::GetDeviceRegistrationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerEdgeManager::Types::GetDeviceRegistrationResult
- Defined in:
- gems/aws-sdk-sagemakeredgemanager/lib/aws-sdk-sagemakeredgemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_ttl ⇒ String
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.
-
#device_registration ⇒ String
Describes if the device is currently registered with SageMaker Edge Manager.
Instance Attribute Details
#cache_ttl ⇒ String
The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.
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_registration ⇒ String
Describes if the device is currently registered with SageMaker Edge Manager.
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 |