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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
# File 'lib/aws-sdk-datazone/types.rb', line 6154

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

#deployment_statusString

The status of the last deployment of the environment.

Returns:

  • (String)


6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
# File 'lib/aws-sdk-datazone/types.rb', line 6154

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

#deployment_typeString

The type of the last deployment of the environment.

Returns:

  • (String)


6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
# File 'lib/aws-sdk-datazone/types.rb', line 6154

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

#failure_reasonTypes::EnvironmentError

The failure reason of the last deployment of the environment.



6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
# File 'lib/aws-sdk-datazone/types.rb', line 6154

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

#is_deployment_completeBoolean

Specifies whether the last deployment of the environment is complete.

Returns:

  • (Boolean)


6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
# File 'lib/aws-sdk-datazone/types.rb', line 6154

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

#messagesArray<String>

The messages of the last deployment of the environment.

Returns:

  • (Array<String>)


6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
# File 'lib/aws-sdk-datazone/types.rb', line 6154

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