Class: Aws::CodeCatalyst::Types::DevEnvironmentSessionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DevEnvironmentSessionConfiguration
- 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
-
#execute_command_session_configuration ⇒ Types::ExecuteCommandSessionConfiguration
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
-
#session_type ⇒ String
The type of the session.
Instance Attribute Details
#execute_command_session_configuration ⇒ Types::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_type ⇒ String
The type of the session.
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 |