Class: Aws::MainframeModernization::Types::GetDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application.
-
#deployment_id ⇒ String
The unique identifier for the deployment.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application.
1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1714 class GetDeploymentRequest < Struct.new( :application_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
The unique identifier for the deployment.
1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1714 class GetDeploymentRequest < Struct.new( :application_id, :deployment_id) SENSITIVE = [] include Aws::Structure end |