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.
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1751 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.
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1751 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.
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1751 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.
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1751 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.
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1751 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.
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1751 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.
1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 1751 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |