Class: Aws::CodeCatalyst::Types::DevEnvironmentSessionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Information about the configuration of a Dev Environment session.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execute_command_session_configurationTypes::ExecuteCommandSessionConfiguration

Information about optional commands that will be run on the Dev Environment when the SSH session begins.



646
647
648
649
650
651
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 646

class DevEnvironmentSessionConfiguration < Struct.new(
  :session_type,
  :execute_command_session_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#session_typeString

The type of the session.

Returns:

  • (String)


646
647
648
649
650
651
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 646

class DevEnvironmentSessionConfiguration < Struct.new(
  :session_type,
  :execute_command_session_configuration)
  SENSITIVE = []
  include Aws::Structure
end