Class: Aws::RoboMaker::Types::DeploymentJob

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Information about a deployment job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the deployment job.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1795

class DeploymentJob < Struct.new(
  :arn,
  :fleet,
  :status,
  :deployment_application_configs,
  :deployment_config,
  :failure_reason,
  :failure_code,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The time, in milliseconds since the epoch, when the deployment job was created.

Returns:

  • (Time)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1795

class DeploymentJob < Struct.new(
  :arn,
  :fleet,
  :status,
  :deployment_application_configs,
  :deployment_config,
  :failure_reason,
  :failure_code,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_application_configsArray<Types::DeploymentApplicationConfig>

The deployment application configuration.



1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1795

class DeploymentJob < Struct.new(
  :arn,
  :fleet,
  :status,
  :deployment_application_configs,
  :deployment_config,
  :failure_reason,
  :failure_code,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_configTypes::DeploymentConfig

The deployment configuration.



1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1795

class DeploymentJob < Struct.new(
  :arn,
  :fleet,
  :status,
  :deployment_application_configs,
  :deployment_config,
  :failure_reason,
  :failure_code,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#failure_codeString

The deployment job failure code.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1795

class DeploymentJob < Struct.new(
  :arn,
  :fleet,
  :status,
  :deployment_application_configs,
  :deployment_config,
  :failure_reason,
  :failure_code,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

A short description of the reason why the deployment job failed.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1795

class DeploymentJob < Struct.new(
  :arn,
  :fleet,
  :status,
  :deployment_application_configs,
  :deployment_config,
  :failure_reason,
  :failure_code,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#fleetString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1795

class DeploymentJob < Struct.new(
  :arn,
  :fleet,
  :status,
  :deployment_application_configs,
  :deployment_config,
  :failure_reason,
  :failure_code,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the deployment job.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1795

class DeploymentJob < Struct.new(
  :arn,
  :fleet,
  :status,
  :deployment_application_configs,
  :deployment_config,
  :failure_reason,
  :failure_code,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end