Class: Aws::MainframeModernization::Types::CreateDeploymentResponse

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

#deployment_idString

The unique identifier of the deployment.

Returns:

  • (String)


520
521
522
523
524
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 520

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