Class: Aws::SnowDeviceManagement::Types::DeviceSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb

Overview

Identifying information about the device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_with_jobString

The ID of the job used to order the device.

Returns:

  • (String)


436
437
438
439
440
441
442
443
# File 'gems/aws-sdk-snowdevicemanagement/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_arnString

The Amazon Resource Name (ARN) of the device.

Returns:

  • (String)


436
437
438
439
440
441
442
443
# File 'gems/aws-sdk-snowdevicemanagement/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_idString

The ID of the device.

Returns:

  • (String)


436
437
438
439
440
441
442
443
# File 'gems/aws-sdk-snowdevicemanagement/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

#tagsHash<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.

Returns:

  • (Hash<String,String>)


436
437
438
439
440
441
442
443
# File 'gems/aws-sdk-snowdevicemanagement/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