Class: Aws::Batch::Types::CreateComputeEnvironmentResponse

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)


2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2171

class CreateComputeEnvironmentResponse < 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)


2171
2172
2173
2174
2175
2176
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2171

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