Class: Aws::MainframeModernization::Types::CreateEnvironmentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


633
634
635
636
637
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 633

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