Class: Aws::Types::SessionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SessionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
-
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def encryption_configuration @encryption_configuration end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def execution_role @execution_role end |
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def idle_timeout_seconds @idle_timeout_seconds end |
#session_idle_timeout_in_minutes ⇒ ::Integer
Returns the value of attribute session_idle_timeout_in_minutes.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def session_idle_timeout_in_minutes @session_idle_timeout_in_minutes end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def working_directory @working_directory end |