Class: Aws::CodeCatalyst::Types::StartDevEnvironmentSessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ String

The system-generated unique ID of the Dev Environment.

Returns:

  • (String)


2469
2470
2471
2472
2473
2474
2475
2476
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2469

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

#project_name ⇒ String

The name of the project in the space.

Returns:

  • (String)


2469
2470
2471
2472
2473
2474
2475
2476
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2469

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

#session_configuration ⇒ Types::DevEnvironmentSessionConfiguration

Information about the configuration of a Dev Environment session.



2469
2470
2471
2472
2473
2474
2475
2476
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2469

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

#space_name ⇒ String

The name of the space.

Returns:

  • (String)


2469
2470
2471
2472
2473
2474
2475
2476
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2469

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