Class: Aws::Types::InstallToRemoteAccessSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::InstallToRemoteAccessSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#remote_access_session_arn ⇒ ::String
Returns the value of attribute remote_access_session_arn.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
578 579 580 |
# File 'sig/types.rbs', line 578 def app_arn @app_arn end |
#remote_access_session_arn ⇒ ::String
Returns the value of attribute remote_access_session_arn.
577 578 579 |
# File 'sig/types.rbs', line 577 def remote_access_session_arn @remote_access_session_arn end |