Class: Aws::MainframeModernization::Types::CreateDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::CreateDeploymentResponse
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The unique identifier of the deployment.
Instance Attribute Details
#deployment_id ⇒ String
The unique identifier of the deployment.
525 526 527 528 529 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 525 class CreateDeploymentResponse < Struct.new( :deployment_id) SENSITIVE = [] include Aws::Structure end |