Class: Aws::MainframeModernization::Types::GetDeploymentRequest

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

#application_idString

The unique identifier of the application.

Returns:

  • (String)


1704
1705
1706
1707
1708
1709
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1704

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

#deployment_idString

The unique identifier for the deployment.

Returns:

  • (String)


1704
1705
1706
1707
1708
1709
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1704

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