Class: Aws::CodeCatalyst::Types::StopDevEnvironmentSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::StopDevEnvironmentSessionResponse
- Defined in:
- gems/aws-sdk-codecatalyst/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.
2668 2669 2670 2671 2672 2673 2674 2675 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2668 class StopDevEnvironmentSessionResponse < 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.
2668 2669 2670 2671 2672 2673 2674 2675 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2668 class StopDevEnvironmentSessionResponse < 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.
2668 2669 2670 2671 2672 2673 2674 2675 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2668 class StopDevEnvironmentSessionResponse < Struct.new( :space_name, :project_name, :id, :session_id) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2668 2669 2670 2671 2672 2673 2674 2675 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2668 class StopDevEnvironmentSessionResponse < Struct.new( :space_name, :project_name, :id, :session_id) SENSITIVE = [] include Aws::Structure end |