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)


1698
1699
1700
1701
1702
1703
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1698

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

#deployment_idString

The unique identifier for the deployment.

Returns:

  • (String)


1698
1699
1700
1701
1702
1703
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1698

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