Class: Aws::Types::CreateRemoteAccessSessionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auxiliary_apps::Array[::String]

Returns the value of attribute auxiliary_apps.

Returns:

  • (::Array[::String])


124
125
126
# File 'sig/types.rbs', line 124

def auxiliary_apps
  @auxiliary_apps
end

#billing_method"METERED", "UNMETERED"

Returns the value of attribute billing_method.

Returns:

  • ("METERED", "UNMETERED")


125
126
127
# File 'sig/types.rbs', line 125

def billing_method
  @billing_method
end

#device_proxyTypes::DeviceProxy

Returns the value of attribute device_proxy.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def device_proxy
  @device_proxy
end

#parameters::Hash[::String, ::String]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::String])


128
129
130
# File 'sig/types.rbs', line 128

def parameters
  @parameters
end

#vpce_configuration_arns::Array[::String]

Returns the value of attribute vpce_configuration_arns.

Returns:

  • (::Array[::String])


126
127
128
# File 'sig/types.rbs', line 126

def vpce_configuration_arns
  @vpce_configuration_arns
end