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)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3828

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)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3828

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)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3828

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.



3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3828

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)


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3828

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


3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3828

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