Class: Aws::CodeCatalyst::Types::CreateDevEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::CreateDevEnvironmentResponse
- 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.
-
#vpc_connection_name ⇒ String
The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
Instance Attribute Details
#id ⇒ String
The system-generated unique ID of the Dev Environment.
229 230 231 232 233 234 235 236 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 229 class CreateDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id, :vpc_connection_name) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
229 230 231 232 233 234 235 236 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 229 class CreateDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id, :vpc_connection_name) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
229 230 231 232 233 234 235 236 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 229 class CreateDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id, :vpc_connection_name) SENSITIVE = [] include Aws::Structure end |
#vpc_connection_name ⇒ String
The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.
229 230 231 232 233 234 235 236 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 229 class CreateDevEnvironmentResponse < Struct.new( :space_name, :project_name, :id, :vpc_connection_name) SENSITIVE = [] include Aws::Structure end |