Class: Aws::Batch::Types::DeleteComputeEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeleteComputeEnvironmentRequest
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Contains the parameters for DeleteComputeEnvironment
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_environment ⇒ String
The name or Amazon Resource Name (ARN) of the compute environment to delete.
Instance Attribute Details
#compute_environment ⇒ String
The name or Amazon Resource Name (ARN) of the compute environment to delete.
2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2442 class DeleteComputeEnvironmentRequest < Struct.new( :compute_environment) SENSITIVE = [] include Aws::Structure end |