Class: Aws::DeviceFarm::Types::CreateRemoteAccessSessionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::CreateRemoteAccessSessionConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#billing_method ⇒ String
The billing method for the remote access session.
-
#vpce_configuration_arns ⇒ Array<String>
An array of ARNs included in the VPC endpoint configuration.
Instance Attribute Details
#billing_method ⇒ String
The billing method for the remote access session.
504 505 506 507 508 509 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 504 class CreateRemoteAccessSessionConfiguration < Struct.new( :billing_method, :vpce_configuration_arns) SENSITIVE = [] include Aws::Structure end |
#vpce_configuration_arns ⇒ Array<String>
An array of ARNs included in the VPC endpoint configuration.
504 505 506 507 508 509 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 504 class CreateRemoteAccessSessionConfiguration < Struct.new( :billing_method, :vpce_configuration_arns) SENSITIVE = [] include Aws::Structure end |