Class: Aws::Types::SessionConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def working_directory
  @working_directory
end