Class: Aws::MainframeModernization::Types::GetDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::GetDeploymentResponse
- 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.
-
#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.
1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1735 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.
1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1735 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.
1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1735 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.
1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1735 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.
1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1735 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.
1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1735 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.
1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1735 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |