Class: Aws::LaunchWizard::Types::DeploymentEventDataSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-launchwizard/types.rb

Overview

A summary of the deployment event data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the deployment event.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'lib/aws-sdk-launchwizard/types.rb', line 344

class DeploymentEventDataSummary < Struct.new(
  :name,
  :description,
  :status,
  :status_reason,
  :timestamp,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#metadataHash<String,String>

A map of metadata key-value pairs associated with a deployment event. For error detection events, contains workload context and log excerpts used for troubleshooting.

Returns:

  • (Hash<String,String>)


344
345
346
347
348
349
350
351
352
353
# File 'lib/aws-sdk-launchwizard/types.rb', line 344

class DeploymentEventDataSummary < Struct.new(
  :name,
  :description,
  :status,
  :status_reason,
  :timestamp,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the deployment event.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'lib/aws-sdk-launchwizard/types.rb', line 344

class DeploymentEventDataSummary < Struct.new(
  :name,
  :description,
  :status,
  :status_reason,
  :timestamp,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the deployment event.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'lib/aws-sdk-launchwizard/types.rb', line 344

class DeploymentEventDataSummary < Struct.new(
  :name,
  :description,
  :status,
  :status_reason,
  :timestamp,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason of the deployment event status.

Returns:

  • (String)


344
345
346
347
348
349
350
351
352
353
# File 'lib/aws-sdk-launchwizard/types.rb', line 344

class DeploymentEventDataSummary < Struct.new(
  :name,
  :description,
  :status,
  :status_reason,
  :timestamp,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp of the deployment event.

Returns:

  • (Time)


344
345
346
347
348
349
350
351
352
353
# File 'lib/aws-sdk-launchwizard/types.rb', line 344

class DeploymentEventDataSummary < Struct.new(
  :name,
  :description,
  :status,
  :status_reason,
  :timestamp,
  :metadata)
  SENSITIVE = []
  include Aws::Structure
end