Class: Aws::CodeCatalyst::Types::StartDevEnvironmentSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::StartDevEnvironmentSessionResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:access_details]
Instance Attribute Summary collapse
-
#access_details ⇒ Types::DevEnvironmentAccessDetails
Information about connection details for a Dev Environment.
-
#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
#access_details ⇒ Types::DevEnvironmentAccessDetails
Information about connection details for a Dev Environment.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2500 class StartDevEnvironmentSessionResponse < Struct.new( :access_details, :session_id, :space_name, :project_name, :id) SENSITIVE = [:access_details] include Aws::Structure end |
#id ⇒ String
The system-generated unique ID of the Dev Environment.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2500 class StartDevEnvironmentSessionResponse < Struct.new( :access_details, :session_id, :space_name, :project_name, :id) SENSITIVE = [:access_details] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2500 class StartDevEnvironmentSessionResponse < Struct.new( :access_details, :session_id, :space_name, :project_name, :id) SENSITIVE = [:access_details] include Aws::Structure end |
#session_id ⇒ String
The system-generated unique ID of the Dev Environment session.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2500 class StartDevEnvironmentSessionResponse < Struct.new( :access_details, :session_id, :space_name, :project_name, :id) SENSITIVE = [:access_details] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2500 class StartDevEnvironmentSessionResponse < Struct.new( :access_details, :session_id, :space_name, :project_name, :id) SENSITIVE = [:access_details] include Aws::Structure end |