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.
8115 8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-batch/types.rb', line 8115 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 (_).
8115 8116 8117 8118 8119 8120 |
# File 'lib/aws-sdk-batch/types.rb', line 8115 class UpdateComputeEnvironmentResponse < Struct.new( :compute_environment_name, :compute_environment_arn) SENSITIVE = [] include Aws::Structure end |