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.
2764 2765 2766 2767 2768 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2764 class DeleteServiceEnvironmentRequest < Struct.new( :service_environment) SENSITIVE = [] include Aws::Structure end |