Class: Aws::DeviceFarm::Types::UpdateDeviceInstanceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DeviceFarm::Types::UpdateDeviceInstanceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-devicefarm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the device instance.
 - 
  
    
      #labels  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of strings that you want to associate with the device instance.
 - 
  
    
      #profile_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the profile that you want to associate with the device instance.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the device instance.
      5923 5924 5925 5926 5927 5928 5929  | 
    
      # File 'lib/aws-sdk-devicefarm/types.rb', line 5923 class UpdateDeviceInstanceRequest < Struct.new( :arn, :profile_arn, :labels) SENSITIVE = [] include Aws::Structure end  | 
  
#labels ⇒ Array<String>
An array of strings that you want to associate with the device instance.
      5923 5924 5925 5926 5927 5928 5929  | 
    
      # File 'lib/aws-sdk-devicefarm/types.rb', line 5923 class UpdateDeviceInstanceRequest < Struct.new( :arn, :profile_arn, :labels) SENSITIVE = [] include Aws::Structure end  | 
  
#profile_arn ⇒ String
The ARN of the profile that you want to associate with the device instance.
      5923 5924 5925 5926 5927 5928 5929  | 
    
      # File 'lib/aws-sdk-devicefarm/types.rb', line 5923 class UpdateDeviceInstanceRequest < Struct.new( :arn, :profile_arn, :labels) SENSITIVE = [] include Aws::Structure end  |