Class: Aws::CodeCatalyst::Types::DeleteDevEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::DeleteDevEnvironmentResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The system-generated unique ID of the deleted Dev Environment.
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
Instance Attribute Details
#id ⇒ String
The system-generated unique ID of the deleted Dev Environment.
469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 469 class DeleteDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 469 class DeleteDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
469 470 471 472 473 474 475 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 469 class DeleteDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id) SENSITIVE = [] include Aws::Structure end |