Class: Aws::Types::CreateRemoteAccessSessionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRemoteAccessSessionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
-
#configuration ⇒ Types::CreateRemoteAccessSessionConfiguration
Returns the value of attribute configuration.
-
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#interaction_mode ⇒ "INTERACTIVE", ...
Returns the value of attribute interaction_mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
Instance Attribute Details
#app_arn ⇒ ::String
Returns the value of attribute app_arn.
134 135 136 |
# File 'sig/types.rbs', line 134 def app_arn @app_arn end |
#configuration ⇒ Types::CreateRemoteAccessSessionConfiguration
Returns the value of attribute configuration.
137 138 139 |
# File 'sig/types.rbs', line 137 def configuration @configuration end |
#device_arn ⇒ ::String
Returns the value of attribute device_arn.
133 134 135 |
# File 'sig/types.rbs', line 133 def device_arn @device_arn end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
135 136 137 |
# File 'sig/types.rbs', line 135 def instance_arn @instance_arn end |
#interaction_mode ⇒ "INTERACTIVE", ...
Returns the value of attribute interaction_mode.
138 139 140 |
# File 'sig/types.rbs', line 138 def interaction_mode @interaction_mode end |
#name ⇒ ::String
Returns the value of attribute name.
136 137 138 |
# File 'sig/types.rbs', line 136 def name @name end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
132 133 134 |
# File 'sig/types.rbs', line 132 def project_arn @project_arn end |
#skip_app_resign ⇒ Boolean
Returns the value of attribute skip_app_resign.
139 140 141 |
# File 'sig/types.rbs', line 139 def skip_app_resign @skip_app_resign end |