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:



7968
7969
7970
7971
7972
7973
# File 'lib/aws-sdk-datazone/types.rb', line 7968

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

#overall_deployment_statusString

The overall deployment status of the environment.

Returns:

  • (String)


7968
7969
7970
7971
7972
7973
# File 'lib/aws-sdk-datazone/types.rb', line 7968

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