Class: Aws::CodeCatalyst::Types::StartDevEnvironmentSessionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:access_details]

Instance Attribute Summary collapse

Instance Attribute Details

#access_detailsTypes::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

#idString

The system-generated unique ID of the Dev Environment.

Returns:

  • (String)


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_nameString

The name of the project in the space.

Returns:

  • (String)


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_idString

The system-generated unique ID of the Dev Environment session.

Returns:

  • (String)


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_nameString

The name of the space.

Returns:

  • (String)


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