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)


5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-datazone/types.rb', line 5305

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)


5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-datazone/types.rb', line 5305

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)


5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-datazone/types.rb', line 5305

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.



5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-datazone/types.rb', line 5305

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)


5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-datazone/types.rb', line 5305

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>)


5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
# File 'lib/aws-sdk-datazone/types.rb', line 5305

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