Class: Aws::SSMIncidents::Types::CodeDeployDeployment

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

Overview

Information about a CodeDeploy deployment that occurred around the time of an incident and could be a possible cause of the incident.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_group_arnString

The Amazon Resource Name (ARN) of the CodeDeploy deployment group associated with the deployment.

Returns:

  • (String)


267
268
269
270
271
272
273
274
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 267

class CodeDeployDeployment < Struct.new(
  :deployment_group_arn,
  :deployment_id,
  :end_time,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idString

The ID of the CodeDeploy deployment.

Returns:

  • (String)


267
268
269
270
271
272
273
274
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 267

class CodeDeployDeployment < Struct.new(
  :deployment_group_arn,
  :deployment_id,
  :end_time,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The timestamp for when the CodeDeploy deployment ended. Not reported for deployments that are still in progress.

Returns:

  • (Time)


267
268
269
270
271
272
273
274
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 267

class CodeDeployDeployment < Struct.new(
  :deployment_group_arn,
  :deployment_id,
  :end_time,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The timestamp for when the CodeDeploy deployment began.

Returns:

  • (Time)


267
268
269
270
271
272
273
274
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 267

class CodeDeployDeployment < Struct.new(
  :deployment_group_arn,
  :deployment_id,
  :end_time,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end