Class: Aws::Batch::Types::CreateComputeEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::CreateComputeEnvironmentResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_environment_arn ⇒ String
The Amazon Resource Name (ARN) of the compute environment.
-
#compute_environment_name ⇒ String
The name of the compute environment.
Instance Attribute Details
#compute_environment_arn ⇒ String
The Amazon Resource Name (ARN) of the compute environment.
2254 2255 2256 2257 2258 2259 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2254 class CreateComputeEnvironmentResponse < Struct.new( :compute_environment_name, :compute_environment_arn) SENSITIVE = [] include Aws::Structure end |
#compute_environment_name ⇒ String
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 (_).
2254 2255 2256 2257 2258 2259 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2254 class CreateComputeEnvironmentResponse < Struct.new( :compute_environment_name, :compute_environment_arn) SENSITIVE = [] include Aws::Structure end |