Class: Aws::CodeCatalyst::Types::StartDevEnvironmentSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::StartDevEnvironmentSessionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The system-generated unique ID of the Dev Environment.
-
#project_name ⇒ String
The name of the project in the space.
-
#session_configuration ⇒ Types::DevEnvironmentSessionConfiguration
Information about the configuration of a Dev Environment session.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#id ⇒ String
The system-generated unique ID of the Dev Environment.
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2469 class StartDevEnvironmentSessionRequest < Struct.new( :space_name, :project_name, :id, :session_configuration) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2469 class StartDevEnvironmentSessionRequest < Struct.new( :space_name, :project_name, :id, :session_configuration) SENSITIVE = [] include Aws::Structure end |
#session_configuration ⇒ Types::DevEnvironmentSessionConfiguration
Information about the configuration of a Dev Environment session.
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2469 class StartDevEnvironmentSessionRequest < Struct.new( :space_name, :project_name, :id, :session_configuration) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2469 2470 2471 2472 2473 2474 2475 2476 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2469 class StartDevEnvironmentSessionRequest < Struct.new( :space_name, :project_name, :id, :session_configuration) SENSITIVE = [] include Aws::Structure end |