Class: Aws::CodeCatalyst::Types::StopDevEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::StopDevEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The system-generated unique ID of the 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 Dev Environment.
2586 2587 2588 2589 2590 2591 2592 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2586 class StopDevEnvironmentRequest < Struct.new( :space_name, :project_name, :id) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
2586 2587 2588 2589 2590 2591 2592 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2586 class StopDevEnvironmentRequest < Struct.new( :space_name, :project_name, :id) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2586 2587 2588 2589 2590 2591 2592 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2586 class StopDevEnvironmentRequest < Struct.new( :space_name, :project_name, :id) SENSITIVE = [] include Aws::Structure end |