Class: Aws::CodeCatalyst::Types::UpdateDevEnvironmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The user-specified alias for the Dev Environment.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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

#idString

The system-generated unique ID of the Dev Environment.

Returns:

  • (String)


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

#idesArray<Types::IdeConfiguration>

Information about the integrated development environment (IDE) configured for the Dev Environment.

Returns:



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_minutesInteger

The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.

Returns:

  • (Integer)


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_typeString

The Amazon EC2 instace type to use for the Dev Environment.

Returns:

  • (String)


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_nameString

The name of the project in the space.

Returns:

  • (String)


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_nameString

The name of the space.

Returns:

  • (String)


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