Class: Aws::MainframeModernization::Types::GetDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetDeploymentRequest
- Defined in:
- gems/aws-sdk-mainframemodernization/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.
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_id ⇒ String
The unique identifier for the deployment.
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 |