Class: Aws::MainframeModernization::Types::UpdateEnvironmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The unique identifier of the runtime environment that was updated.

Returns:

  • (String)


3157
3158
3159
3160
3161
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 3157

class UpdateEnvironmentResponse < Struct.new(
  :environment_id)
  SENSITIVE = []
  include Aws::Structure
end