Class: Aws::MainframeModernization::Types::CreateEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateEnvironmentResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/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.
Instance Attribute Details
#environment_id ⇒ String
The unique identifier of the runtime environment.
633 634 635 636 637 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 633 class CreateEnvironmentResponse < Struct.new( :environment_id) SENSITIVE = [] include Aws::Structure end |