Class: Aws::Batch::Types::UpdateServiceEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::UpdateServiceEnvironmentResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_environment_arn ⇒ String
The Amazon Resource Name (ARN) of the service environment that was updated.
-
#service_environment_name ⇒ String
The name of the service environment that was updated.
Instance Attribute Details
#service_environment_arn ⇒ String
The Amazon Resource Name (ARN) of the service environment that was updated.
10116 10117 10118 10119 10120 10121 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10116 class UpdateServiceEnvironmentResponse < Struct.new( :service_environment_name, :service_environment_arn) SENSITIVE = [] include Aws::Structure end |
#service_environment_name ⇒ String
The name of the service environment that was updated.
10116 10117 10118 10119 10120 10121 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 10116 class UpdateServiceEnvironmentResponse < Struct.new( :service_environment_name, :service_environment_arn) SENSITIVE = [] include Aws::Structure end |