Class: Aws::ECS::Types::Rollback

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

Overview

Information about the service deployment rollback.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason the rollback happened. For example, the circuit breaker initiated the rollback operation.

Returns:

  • (String)


8955
8956
8957
8958
8959
8960
8961
# File 'lib/aws-sdk-ecs/types.rb', line 8955

class Rollback < Struct.new(
  :reason,
  :started_at,
  :service_revision_arn)
  SENSITIVE = []
  include Aws::Structure
end

#service_revision_arnString

The ARN of the service revision deployed as part of the rollback.

Returns:

  • (String)


8955
8956
8957
8958
8959
8960
8961
# File 'lib/aws-sdk-ecs/types.rb', line 8955

class Rollback < Struct.new(
  :reason,
  :started_at,
  :service_revision_arn)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

Time time that the rollback started. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Returns:

  • (Time)


8955
8956
8957
8958
8959
8960
8961
# File 'lib/aws-sdk-ecs/types.rb', line 8955

class Rollback < Struct.new(
  :reason,
  :started_at,
  :service_revision_arn)
  SENSITIVE = []
  include Aws::Structure
end