Class: Aws::DataZone::Types::Deployment

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

Overview

The details of the last deployment of the environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_id ⇒ String

The identifier of the last deployment of the environment.

Returns:

  • (String)


7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7767

class Deployment < Struct.new(
  :deployment_id,
  :deployment_type,
  :deployment_status,
  :failure_reason,
  :messages,
  :is_deployment_complete)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_status ⇒ String

The status of the last deployment of the environment.

Returns:

  • (String)


7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7767

class Deployment < Struct.new(
  :deployment_id,
  :deployment_type,
  :deployment_status,
  :failure_reason,
  :messages,
  :is_deployment_complete)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_type ⇒ String

The type of the last deployment of the environment.

Returns:

  • (String)


7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7767

class Deployment < Struct.new(
  :deployment_id,
  :deployment_type,
  :deployment_status,
  :failure_reason,
  :messages,
  :is_deployment_complete)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reason ⇒ Types::EnvironmentError

The failure reason of the last deployment of the environment.



7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7767

class Deployment < Struct.new(
  :deployment_id,
  :deployment_type,
  :deployment_status,
  :failure_reason,
  :messages,
  :is_deployment_complete)
  SENSITIVE = []
  include Aws::Structure
end

#is_deployment_complete ⇒ Boolean

Specifies whether the last deployment of the environment is complete.

Returns:

  • (Boolean)


7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7767

class Deployment < Struct.new(
  :deployment_id,
  :deployment_type,
  :deployment_status,
  :failure_reason,
  :messages,
  :is_deployment_complete)
  SENSITIVE = []
  include Aws::Structure
end

#messages ⇒ Array<String>

The messages of the last deployment of the environment.

Returns:

  • (Array<String>)


7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7767

class Deployment < Struct.new(
  :deployment_id,
  :deployment_type,
  :deployment_status,
  :failure_reason,
  :messages,
  :is_deployment_complete)
  SENSITIVE = []
  include Aws::Structure
end