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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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:



7244
7245
7246
7247
7248
7249
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7244

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)


7244
7245
7246
7247
7248
7249
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7244

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