Class: Aws::Batch::Types::UpdateComputeEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::UpdateComputeEnvironmentResponse
- Includes:
- Structure
- Defined in:
- 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.
8275 8276 8277 8278 8279 8280 |
# File 'lib/aws-sdk-batch/types.rb', line 8275 class UpdateComputeEnvironmentResponse < 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 (_).
8275 8276 8277 8278 8279 8280 |
# File 'lib/aws-sdk-batch/types.rb', line 8275 class UpdateComputeEnvironmentResponse < Struct.new( :compute_environment_name, :compute_environment_arn) SENSITIVE = [] include Aws::Structure end |