Class: Aws::WorkLink::Types::DescribeDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#first_accessed_time ⇒ Time
The date that the device first signed in to Amazon WorkLink.
-
#last_accessed_time ⇒ Time
The date that the device last accessed Amazon WorkLink.
-
#manufacturer ⇒ String
The manufacturer of the device.
-
#model ⇒ String
The model of the device.
-
#operating_system ⇒ String
The operating system of the device.
-
#operating_system_version ⇒ String
The operating system version of the device.
-
#patch_level ⇒ String
The operating system patch level of the device.
-
#status ⇒ String
The current state of the device.
-
#username ⇒ String
The user name associated with the device.
Instance Attribute Details
#first_accessed_time ⇒ Time
The date that the device first signed in to Amazon WorkLink.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |
#last_accessed_time ⇒ Time
The date that the device last accessed Amazon WorkLink.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |
#manufacturer ⇒ String
The manufacturer of the device.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |
#model ⇒ String
The model of the device.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ String
The operating system of the device.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |
#operating_system_version ⇒ String
The operating system version of the device.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |
#patch_level ⇒ String
The operating system patch level of the device.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current state of the device.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The user name associated with the device.
312 313 314 315 316 317 318 319 320 321 322 323 324 |
# File 'lib/aws-sdk-worklink/types.rb', line 312 class DescribeDeviceResponse < Struct.new( :status, :model, :manufacturer, :operating_system, :operating_system_version, :patch_level, :first_accessed_time, :last_accessed_time, :username) SENSITIVE = [] include Aws::Structure end |