Class: Aws::MainframeModernization::Types::DeployedVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::DeployedVersionSummary
- Defined in:
- gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb
Overview
Contains a summary of a deployed application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_version ⇒ Integer
The version of the deployed application.
-
#status ⇒ String
The status of the deployment.
-
#status_reason ⇒ String
The reason for the reported status.
Instance Attribute Details
#application_version ⇒ Integer
The version of the deployed application.
1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1008 class DeployedVersionSummary < Struct.new( :application_version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the deployment.
1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1008 class DeployedVersionSummary < Struct.new( :application_version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the reported status.
1008 1009 1010 1011 1012 1013 1014 |
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1008 class DeployedVersionSummary < Struct.new( :application_version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |