Class: Aws::DeviceFarm::Types::CreateRemoteAccessSessionConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DeviceFarm::Types::CreateRemoteAccessSessionConfiguration
 
 
- Defined in:
 - gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb
 
Overview
Configuration settings for a remote access session, including billing method.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auxiliary_apps  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of upload ARNs for app packages to be installed onto your device.
 - 
  
    
      #billing_method  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The billing method for the remote access session.
 - 
  
    
      #device_proxy  ⇒ Types::DeviceProxy 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The device proxy to be configured on the device for the remote access session.
 - 
  
    
      #vpce_configuration_arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of ARNs included in the VPC endpoint configuration.
 
Instance Attribute Details
#auxiliary_apps ⇒ Array<String>
A list of upload ARNs for app packages to be installed onto your device. (Maximum 3)
      514 515 516 517 518 519 520 521  | 
    
      # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 514 class CreateRemoteAccessSessionConfiguration < Struct.new( :auxiliary_apps, :billing_method, :vpce_configuration_arns, :device_proxy) SENSITIVE = [] include Aws::Structure end  | 
  
#billing_method ⇒ String
The billing method for the remote access session.
      514 515 516 517 518 519 520 521  | 
    
      # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 514 class CreateRemoteAccessSessionConfiguration < Struct.new( :auxiliary_apps, :billing_method, :vpce_configuration_arns, :device_proxy) SENSITIVE = [] include Aws::Structure end  | 
  
#device_proxy ⇒ Types::DeviceProxy
The device proxy to be configured on the device for the remote access session.
      514 515 516 517 518 519 520 521  | 
    
      # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 514 class CreateRemoteAccessSessionConfiguration < Struct.new( :auxiliary_apps, :billing_method, :vpce_configuration_arns, :device_proxy) SENSITIVE = [] include Aws::Structure end  | 
  
#vpce_configuration_arns ⇒ Array<String>
An array of ARNs included in the VPC endpoint configuration.
      514 515 516 517 518 519 520 521  | 
    
      # File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 514 class CreateRemoteAccessSessionConfiguration < Struct.new( :auxiliary_apps, :billing_method, :vpce_configuration_arns, :device_proxy) SENSITIVE = [] include Aws::Structure end  |