Class: Aws::Batch::Types::DeleteServiceEnvironmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_environmentString

The name or ARN of the service environment to delete.

Returns:

  • (String)


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