You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::CreateRemoteAccessSessionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateRemoteAccessSessionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  billing_method: "METERED", # accepts METERED, UNMETERED
  vpce_configuration_arns: ["AmazonResourceName"],
}

Configuration settings for a remote access session, including billing method.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#billing_methodString

The billing method for the remote access session.

Possible values:

  • METERED
  • UNMETERED

Returns:

  • (String)

    The billing method for the remote access session.

#vpce_configuration_arnsArray<String>

An array of ARNs included in the VPC endpoint configuration.

Returns:

  • (Array<String>)

    An array of ARNs included in the VPC endpoint configuration.