Class: Aws::Types::RemoteAccessSession
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAccessSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_upload ⇒ ::String
Returns the value of attribute app_upload.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#billing_method ⇒ "METERED", "UNMETERED"
Returns the value of attribute billing_method.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#device ⇒ Types::Device
Returns the value of attribute device.
-
#device_minutes ⇒ Types::DeviceMinutes
Returns the value of attribute device_minutes.
-
#device_proxy ⇒ Types::DeviceProxy
Returns the value of attribute device_proxy.
-
#device_udid ⇒ ::String
Returns the value of attribute device_udid.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#endpoints ⇒ Types::RemoteAccessEndpoints
Returns the value of attribute endpoints.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#interaction_mode ⇒ "INTERACTIVE", ...
Returns the value of attribute interaction_mode.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#result ⇒ "PENDING", ...
Returns the value of attribute result.
-
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
-
#started ⇒ ::Time
Returns the value of attribute started.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#stopped ⇒ ::Time
Returns the value of attribute stopped.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#app_upload ⇒ ::String
Returns the value of attribute app_upload.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def app_upload @app_upload end |
#arn ⇒ ::String
Returns the value of attribute arn.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def arn @arn end |
#billing_method ⇒ "METERED", "UNMETERED"
Returns the value of attribute billing_method.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def billing_method @billing_method end |
#created ⇒ ::Time
Returns the value of attribute created.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def created @created end |
#device ⇒ Types::Device
Returns the value of attribute device.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def device @device end |
#device_minutes ⇒ Types::DeviceMinutes
Returns the value of attribute device_minutes.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def device_minutes @device_minutes end |
#device_proxy ⇒ Types::DeviceProxy
Returns the value of attribute device_proxy.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def device_proxy @device_proxy end |
#device_udid ⇒ ::String
Returns the value of attribute device_udid.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def device_udid @device_udid end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def endpoint @endpoint end |
#endpoints ⇒ Types::RemoteAccessEndpoints
Returns the value of attribute endpoints.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def endpoints @endpoints end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def instance_arn @instance_arn end |
#interaction_mode ⇒ "INTERACTIVE", ...
Returns the value of attribute interaction_mode.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def interaction_mode @interaction_mode end |
#message ⇒ ::String
Returns the value of attribute message.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def name @name end |
#result ⇒ "PENDING", ...
Returns the value of attribute result.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def result @result end |
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def skip_app_resign @skip_app_resign end |
#started ⇒ ::Time
Returns the value of attribute started.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def started @started end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def status @status end |
#stopped ⇒ ::Time
Returns the value of attribute stopped.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def stopped @stopped end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def vpc_config @vpc_config end |