Method: Aws::DeviceFarm::Types::DeviceInstance#instance_profile

Defined in:
lib/aws-sdk-devicefarm/types.rb

#instance_profileTypes::InstanceProfile

A object that contains information about the instance profile.



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