Class: Aws::Types::CreateRemoteAccessSessionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateRemoteAccessSessionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auxiliary_apps ⇒ ::Array[::String]
Returns the value of attribute auxiliary_apps.
-
#billing_method ⇒ "METERED", "UNMETERED"
Returns the value of attribute billing_method.
-
#device_proxy ⇒ Types::DeviceProxy
Returns the value of attribute device_proxy.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#vpce_configuration_arns ⇒ ::Array[::String]
Returns the value of attribute vpce_configuration_arns.
Instance Attribute Details
#auxiliary_apps ⇒ ::Array[::String]
Returns the value of attribute auxiliary_apps.
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.
125 126 127 |
# File 'sig/types.rbs', line 125 def billing_method @billing_method end |
#device_proxy ⇒ Types::DeviceProxy
Returns the value of attribute device_proxy.
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.
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.
126 127 128 |
# File 'sig/types.rbs', line 126 def vpce_configuration_arns @vpce_configuration_arns end |