Class: Aws::CodeCatalyst::Types::UpdateDevEnvironmentRequest

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. Changing this value will not cause a restart.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2742

class UpdateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :id,
  :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)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2742

class UpdateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :id,
  :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)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2742

class UpdateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :id,
  :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 a Dev Environment.

Returns:



2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2742

class UpdateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :id,
  :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. Only whole integers are allowed. Dev Environments consume compute minutes when running.

Changing this value will cause a restart of the Dev Environment if it is running.

Returns:

  • (Integer)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2742

class UpdateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :id,
  :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.

Changing this value will cause a restart of the Dev Environment if it is running.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2742

class UpdateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :id,
  :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)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2742

class UpdateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :id,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2742

class UpdateDevEnvironmentRequest < Struct.new(
  :space_name,
  :project_name,
  :id,
  :alias,
  :ides,
  :instance_type,
  :inactivity_timeout_minutes,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end