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.
| 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 | # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1400 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.
| 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 | # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1400 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.
| 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 | # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1400 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.
| 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 | # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1400 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.
| 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 | # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1400 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.
| 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 | # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 1400 class DeviceInstance < Struct.new( :arn, :device_arn, :labels, :status, :udid, :instance_profile) SENSITIVE = [] include Aws::Structure end |