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:



8459
8460
8461
8462
8463
8464
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8459

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)


8459
8460
8461
8462
8463
8464
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8459

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