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.



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

#idString

The system-generated unique ID of the Dev Environment.

Returns:

  • (String)


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_nameString

The name of the project in the space.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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_nameString

The name of the space.

Returns:

  • (String)


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