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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-launchwizard/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)


230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 230

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

#nameString

The name of the deployment event.

Returns:

  • (String)


230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 230

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

#statusString

The status of the deployment event.

Returns:

  • (String)


230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 230

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)


230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 230

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

#timestampTime

The timestamp of the deployment event.

Returns:

  • (Time)


230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 230

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