Class: Aws::MainframeModernization::Types::GetDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetDeploymentResponse
- 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.
-
#application_version ⇒ Integer
The application version.
-
#creation_time ⇒ Time
The timestamp when the deployment was created.
-
#deployment_id ⇒ String
The unique identifier of the deployment.
-
#environment_id ⇒ String
The unique identifier of the runtime environment.
-
#status ⇒ String
The status of the deployment.
-
#status_reason ⇒ String
The reason for the reported status.
Instance Attribute Details
#application_id ⇒ String
The unique identifier of the application.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1741 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#application_version ⇒ Integer
The application version.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1741 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The timestamp when the deployment was created.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1741 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
The unique identifier of the deployment.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1741 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier of the runtime environment.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1741 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1741 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the reported status.
1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1741 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |