Class: Aws::Batch::Types::CreateServiceEnvironmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/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.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2679

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

#service_environment_nameString

The name of the service environment.

Returns:

  • (String)


2679
2680
2681
2682
2683
2684
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2679

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