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.
      1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1962 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.
      1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1962 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.
      1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1962 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.
      1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1962 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.
      1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1962 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.
      1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1962 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.
      1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972  | 
    
      # File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 1962 class GetDeploymentResponse < Struct.new( :application_id, :application_version, :creation_time, :deployment_id, :environment_id, :status, :status_reason) SENSITIVE = [] include Aws::Structure end  |