Class: Aws::Batch::Types::UpdateComputeEnvironmentResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environment_arnString

The Amazon Resource Name (ARN) of the compute environment.

Returns:

  • (String)


7922
7923
7924
7925
7926
7927
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7922

class UpdateComputeEnvironmentResponse < Struct.new(
  :compute_environment_name,
  :compute_environment_arn)
  SENSITIVE = []
  include Aws::Structure
end

#compute_environment_nameString

The name of the compute environment. It can be up to 128 characters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_).

Returns:

  • (String)


7922
7923
7924
7925
7926
7927
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7922

class UpdateComputeEnvironmentResponse < Struct.new(
  :compute_environment_name,
  :compute_environment_arn)
  SENSITIVE = []
  include Aws::Structure
end