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.
1895 1896 1897 1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1895 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.
1895 1896 1897 1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1895 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.
1895 1896 1897 1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1895 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.
1895 1896 1897 1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1895 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.
1895 1896 1897 1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1895 class StartDevEnvironmentSessionResponse < Struct.new( :access_details, :session_id, :space_name, :project_name, :id) SENSITIVE = [:access_details] include Aws::Structure end |