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_idString

The identifier of the last deployment of the environment.

Returns:

  • (String)


7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7153

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

#deployment_statusString

The status of the last deployment of the environment.

Returns:

  • (String)


7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7153

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

#deployment_typeString

The type of the last deployment of the environment.

Returns:

  • (String)


7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7153

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

#failure_reasonTypes::EnvironmentError

The failure reason of the last deployment of the environment.



7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7153

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

#is_deployment_completeBoolean

Specifies whether the last deployment of the environment is complete.

Returns:

  • (Boolean)


7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7153

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

#messagesArray<String>

The messages of the last deployment of the environment.

Returns:

  • (Array<String>)


7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7153

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