Class: Aws::MainframeModernization::Types::DeploymentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::DeploymentSummary
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
A subset of information about a specific deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique identifier of the application.
-
#application_version ⇒ Integer
The version of the application.
-
#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 current 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.
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1048 class DeploymentSummary < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#application_version ⇒ Integer
The version of the application.
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1048 class DeploymentSummary < 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.
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1048 class DeploymentSummary < 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.
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1048 class DeploymentSummary < 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.
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1048 class DeploymentSummary < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the deployment.
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1048 class DeploymentSummary < 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.
1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1048 class DeploymentSummary < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |