Class: Aws::MainframeModernization::Types::UpdateEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::UpdateEnvironmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The unique identifier of the runtime environment that was updated.
Instance Attribute Details
#environment_id ⇒ String
The unique identifier of the runtime environment that was updated.
3180 3181 3182 3183 3184 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 3180 class UpdateEnvironmentResponse < Struct.new( :environment_id) SENSITIVE = [] include Aws::Structure end |