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)


281
282
283
284
285
286
287
288
289
# File 'lib/aws-sdk-launchwizard/types.rb', line 281

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

#nameString

The name of the deployment event.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'lib/aws-sdk-launchwizard/types.rb', line 281

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

#statusString

The status of the deployment event.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'lib/aws-sdk-launchwizard/types.rb', line 281

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

#status_reasonString

The reason of the deployment event status.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
# File 'lib/aws-sdk-launchwizard/types.rb', line 281

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

#timestampTime

The timestamp of the deployment event.

Returns:

  • (Time)


281
282
283
284
285
286
287
288
289
# File 'lib/aws-sdk-launchwizard/types.rb', line 281

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