Class: Aws::DeviceFarm::Types::DeviceInstance

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

Overview

Represents the device instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the device instance.

Returns:

  • (String)


1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1382

class DeviceInstance < Struct.new(
  :arn,
  :device_arn,
  :labels,
  :status,
  :udid,
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end

#device_arnString

The ARN of the device.

Returns:

  • (String)


1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1382

class DeviceInstance < Struct.new(
  :arn,
  :device_arn,
  :labels,
  :status,
  :udid,
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end

#instance_profileTypes::InstanceProfile

A object that contains information about the instance profile.



1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1382

class DeviceInstance < Struct.new(
  :arn,
  :device_arn,
  :labels,
  :status,
  :udid,
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end

#labelsArray<String>

An array of strings that describe the device instance.

Returns:

  • (Array<String>)


1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1382

class DeviceInstance < Struct.new(
  :arn,
  :device_arn,
  :labels,
  :status,
  :udid,
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the device instance. Valid values are listed here.

Returns:

  • (String)


1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1382

class DeviceInstance < Struct.new(
  :arn,
  :device_arn,
  :labels,
  :status,
  :udid,
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end

#udidString

Unique device identifier for the device instance.

Returns:

  • (String)


1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1382

class DeviceInstance < Struct.new(
  :arn,
  :device_arn,
  :labels,
  :status,
  :udid,
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end