Class: Aws::SnowDeviceManagement::Types::DeviceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::DeviceSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Identifying information about the device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_with_job ⇒ String
The ID of the job used to order the device.
-
#managed_device_arn ⇒ String
The Amazon Resource Name (ARN) of the device.
-
#managed_device_id ⇒ String
The ID of the device.
-
#tags ⇒ Hash<String,String>
Optional metadata that you assign to a resource.
Instance Attribute Details
#associated_with_job ⇒ String
The ID of the job used to order the device.
436 437 438 439 440 441 442 443 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 436 class DeviceSummary < Struct.new( :associated_with_job, :managed_device_arn, :managed_device_id, :tags) SENSITIVE = [] include Aws::Structure end |
#managed_device_arn ⇒ String
The Amazon Resource Name (ARN) of the device.
436 437 438 439 440 441 442 443 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 436 class DeviceSummary < Struct.new( :associated_with_job, :managed_device_arn, :managed_device_id, :tags) SENSITIVE = [] include Aws::Structure end |
#managed_device_id ⇒ String
The ID of the device.
436 437 438 439 440 441 442 443 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 436 class DeviceSummary < Struct.new( :associated_with_job, :managed_device_arn, :managed_device_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
436 437 438 439 440 441 442 443 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 436 class DeviceSummary < Struct.new( :associated_with_job, :managed_device_arn, :managed_device_id, :tags) SENSITIVE = [] include Aws::Structure end |