Class: Aws::Batch::Types::DeleteServiceEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeleteServiceEnvironmentRequest
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_environment ⇒ String
The name or ARN of the service environment to delete.
Instance Attribute Details
#service_environment ⇒ String
The name or ARN of the service environment to delete.
3038 3039 3040 3041 3042 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3038 class DeleteServiceEnvironmentRequest < Struct.new( :service_environment) SENSITIVE = [] include Aws::Structure end |