Class: Aws::Batch::Types::UpdateServiceEnvironmentResponse

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_environment_arnString

The Amazon Resource Name (ARN) of the service environment that was updated.

Returns:

  • (String)


10264
10265
10266
10267
10268
10269
# File 'lib/aws-sdk-batch/types.rb', line 10264

class UpdateServiceEnvironmentResponse < Struct.new(
  :service_environment_name,
  :service_environment_arn)
  SENSITIVE = []
  include Aws::Structure
end

#service_environment_nameString

The name of the service environment that was updated.

Returns:

  • (String)


10264
10265
10266
10267
10268
10269
# File 'lib/aws-sdk-batch/types.rb', line 10264

class UpdateServiceEnvironmentResponse < Struct.new(
  :service_environment_name,
  :service_environment_arn)
  SENSITIVE = []
  include Aws::Structure
end