Class: Aws::CodeCatalyst::Types::StopDevEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::StopDevEnvironmentResponse
- 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 Dev Environment.
-
#project_name ⇒ String
The name of the project in the space.
-
#space_name ⇒ String
The name of the space.
-
#status ⇒ String
The status of the Dev Environment.
Instance Attribute Details
#id ⇒ String
The system-generated unique ID of the Dev Environment.
1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1945 class StopDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id, :status) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1945 class StopDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id, :status) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1945 class StopDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Dev Environment.
1945 1946 1947 1948 1949 1950 1951 1952 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1945 class StopDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id, :status) SENSITIVE = [] include Aws::Structure end |