Method: Aws::DeviceFarm::Types::DeviceInstance#arn
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) of the device instance.
1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 |
# File '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 |