Class: Aws::Batch::Types::DeleteServiceEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeleteServiceEnvironmentRequest
- Includes:
- Structure
- Defined in:
- 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.
2845 2846 2847 2848 2849 |
# File 'lib/aws-sdk-batch/types.rb', line 2845 class DeleteServiceEnvironmentRequest < Struct.new( :service_environment) SENSITIVE = [] include Aws::Structure end |