Class: Aws::CodeCatalyst::Types::StopDevEnvironmentSessionRequest

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

#idString

The system-generated unique ID of the Dev Environment. To obtain this ID, use ListDevEnvironments.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2641

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

#project_nameString

The name of the project in the space.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2641

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

#session_idString

The system-generated unique ID of the Dev Environment session. This ID is returned by StartDevEnvironmentSession.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2641

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

#space_nameString

The name of the space.

Returns:

  • (String)


2641
2642
2643
2644
2645
2646
2647
2648
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2641

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