Class: Aws::WorkLink::Types::DescribeDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
A unique identifier for a registered user’s device.
-
#fleet_arn ⇒ String
The ARN of the fleet.
Instance Attribute Details
#device_id ⇒ String
A unique identifier for a registered user’s device.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-worklink/types.rb', line 267 class DescribeDeviceRequest < Struct.new( :fleet_arn, :device_id) SENSITIVE = [] include Aws::Structure end |
#fleet_arn ⇒ String
The ARN of the fleet.
267 268 269 270 271 272 |
# File 'lib/aws-sdk-worklink/types.rb', line 267 class DescribeDeviceRequest < Struct.new( :fleet_arn, :device_id) SENSITIVE = [] include Aws::Structure end |