Class: Aws::CodeCatalyst::Types::StopDevEnvironmentResponse

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.

Returns:

  • (String)


2612
2613
2614
2615
2616
2617
2618
2619
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2612

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

#project_nameString

The name of the project in the space.

Returns:

  • (String)


2612
2613
2614
2615
2616
2617
2618
2619
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2612

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

#space_nameString

The name of the space.

Returns:

  • (String)


2612
2613
2614
2615
2616
2617
2618
2619
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2612

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

#statusString

The status of the Dev Environment.

Returns:

  • (String)


2612
2613
2614
2615
2616
2617
2618
2619
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2612

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