Class: Aws::MainframeModernization::Types::GetDeploymentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The unique identifier of the application.

Returns:

  • (String)


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_versionInteger

The application version.

Returns:

  • (Integer)


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_timeTime

The timestamp when the deployment was created.

Returns:

  • (Time)


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_idString

The unique identifier of the deployment.

Returns:

  • (String)


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_idString

The unique identifier of the runtime environment.

Returns:

  • (String)


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

#statusString

The status of the deployment.

Returns:

  • (String)


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_reasonString

The reason for the reported status.

Returns:

  • (String)


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