Class: Aws::DeviceFarm::Types::DeviceInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::DeviceInstance
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the device instance.
-
#device_arn ⇒ String
The ARN of the device.
-
#instance_profile ⇒ Types::InstanceProfile
A object that contains information about the instance profile.
-
#labels ⇒ Array<String>
An array of strings that describe the device instance.
-
#status ⇒ String
The status of the device instance.
-
#udid ⇒ String
Unique device identifier for the device instance.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the device instance.
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_arn ⇒ String
The ARN of the device.
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_profile ⇒ Types::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 |
#labels ⇒ Array<String>
An array of strings that describe the device instance.
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 |
#status ⇒ String
The status of the device instance. Valid values are listed here.
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 |
#udid ⇒ String
Unique device identifier for the device instance.
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 |