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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1802

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)


1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1802

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)


1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1802

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)


1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1802

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)


1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'lib/aws-sdk-codecatalyst/types.rb', line 1802

class StartDevEnvironmentSessionResponse < Struct.new(
  :access_details,
  :session_id,
  :space_name,
  :project_name,
  :id)
  SENSITIVE = [:access_details]
  include Aws::Structure
end