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)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1402

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)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1402

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.



1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1402

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>)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1402

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)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1402

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)


1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1402

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