Class: Aws::DataZone::Types::EnvironmentDeploymentDetails

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

Overview

The environment deployment details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_failure_reasonsHash<String,Array<Types::EnvironmentError>>

Environment failure reasons.

Returns:



6733
6734
6735
6736
6737
6738
# File 'lib/aws-sdk-datazone/types.rb', line 6733

class EnvironmentDeploymentDetails < Struct.new(
  :environment_failure_reasons,
  :overall_deployment_status)
  SENSITIVE = []
  include Aws::Structure
end

#overall_deployment_statusString

The overall deployment status of the environment.

Returns:

  • (String)


6733
6734
6735
6736
6737
6738
# File 'lib/aws-sdk-datazone/types.rb', line 6733

class EnvironmentDeploymentDetails < Struct.new(
  :environment_failure_reasons,
  :overall_deployment_status)
  SENSITIVE = []
  include Aws::Structure
end