Class: Aws::CodeCatalyst::Types::UpdateDevEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::UpdateDevEnvironmentResponse
- Defined in:
- gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The user-specified alias for the Dev Environment.
-
#client_token ⇒ String
A user-specified idempotency token.
-
#id ⇒ String
The system-generated unique ID of the Dev Environment.
-
#ides ⇒ Array<Types::IdeConfiguration>
Information about the integrated development environment (IDE) configured for the Dev Environment.
-
#inactivity_timeout_minutes ⇒ Integer
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
-
#instance_type ⇒ String
The Amazon EC2 instace type to use for 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
#alias ⇒ String
The user-specified alias for the Dev Environment.
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2795 class UpdateDevEnvironmentResponse < Struct.new( :id, :space_name, :project_name, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2795 class UpdateDevEnvironmentResponse < Struct.new( :id, :space_name, :project_name, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :client_token) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The system-generated unique ID of the Dev Environment.
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2795 class UpdateDevEnvironmentResponse < Struct.new( :id, :space_name, :project_name, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :client_token) SENSITIVE = [] include Aws::Structure end |
#ides ⇒ Array<Types::IdeConfiguration>
Information about the integrated development environment (IDE) configured for the Dev Environment.
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2795 class UpdateDevEnvironmentResponse < Struct.new( :id, :space_name, :project_name, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :client_token) SENSITIVE = [] include Aws::Structure end |
#inactivity_timeout_minutes ⇒ Integer
The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2795 class UpdateDevEnvironmentResponse < Struct.new( :id, :space_name, :project_name, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :client_token) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The Amazon EC2 instace type to use for the Dev Environment.
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2795 class UpdateDevEnvironmentResponse < Struct.new( :id, :space_name, :project_name, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :client_token) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project in the space.
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2795 class UpdateDevEnvironmentResponse < Struct.new( :id, :space_name, :project_name, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :client_token) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 |
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2795 class UpdateDevEnvironmentResponse < Struct.new( :id, :space_name, :project_name, :alias, :ides, :instance_type, :inactivity_timeout_minutes, :client_token) SENSITIVE = [] include Aws::Structure end |