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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5127

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.



5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5127

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)


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5127

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


5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5127

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