Class: Aws::CodeCatalyst::Types::StopDevEnvironmentSessionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::StopDevEnvironmentSessionRequest
- 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_id ⇒ String
The system-generated unique ID of the 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. To obtain this ID, use ListDevEnvironments.
2641 2642 2643 2644 2645 2646 2647 2648 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2641 class StopDevEnvironmentSessionRequest < Struct.new( :space_name, :project_name, :id, :session_id) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
2641 2642 2643 2644 2645 2646 2647 2648 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2641 class StopDevEnvironmentSessionRequest < Struct.new( :space_name, :project_name, :id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The system-generated unique ID of the Dev Environment session. This ID is returned by StartDevEnvironmentSession.
2641 2642 2643 2644 2645 2646 2647 2648 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2641 class StopDevEnvironmentSessionRequest < Struct.new( :space_name, :project_name, :id, :session_id) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2641 2642 2643 2644 2645 2646 2647 2648 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2641 class StopDevEnvironmentSessionRequest < Struct.new( :space_name, :project_name, :id, :session_id) SENSITIVE = [] include Aws::Structure end |